Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go708 func (b *PallocBits) AllocRange(i, n uint) { (*pallocBits)(b).allocRange(i, n) } func
788 func (d *PallocData) AllocRange(i, n uint) { (*pallocData)(d).allocRange(i, n) } func
1703 func (s *ScavengeIndex) AllocRange(base, limit uintptr) { func