Searched defs:BitRange (Results 1 – 3 of 3) sorted by relevance
770 func StringifyPallocBits(b *PallocBits, r BitRange) string {1012 type BitRange struct { struct1013 I, N uint // bit index and length in bits1030 func NewPageAlloc(chunks, scav map[ChunkIdx][]BitRange) *PageAlloc {
20 func makePallocData(alloc, scavenged []BitRange) *PallocData {
32 func makePallocBits(s []BitRange) *PallocBits {