Home
last modified time | relevance | path

Searched defs:BitRange (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go770 func StringifyPallocBits(b *PallocBits, r BitRange) string {
1012 type BitRange struct { struct
1013 I, N uint // bit index and length in bits
1030 func NewPageAlloc(chunks, scav map[ChunkIdx][]BitRange) *PageAlloc {
Dmgcscavenge_test.go20 func makePallocData(alloc, scavenged []BitRange) *PallocData {
Dmpallocbits_test.go32 func makePallocBits(s []BitRange) *PallocBits {