Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PallocBits (0.47 sec)

  1. src/runtime/export_test.go

    // Expose pallocBits for testing.
    type PallocBits pallocBits
    
    func (b *PallocBits) Find(npages uintptr, searchIdx uint) (uint, uint) {
    	return (*pallocBits)(b).find(npages, searchIdx)
    }
    func (b *PallocBits) AllocRange(i, n uint)       { (*pallocBits)(b).allocRange(i, n) }
    func (b *PallocBits) Free(i, n uint)             { (*pallocBits)(b).free(i, n) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
Back to top