Home
last modified time | relevance | path

Searched refs:MaxRegionIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h107 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; in unmapTestOnly() local
113 if (Sci->MaxRegionIndex > MaxRegionIndex) in unmapTestOnly()
114 MaxRegionIndex = Sci->MaxRegionIndex; in unmapTestOnly()
119 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) in unmapTestOnly()
273 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; in iterateOverBlocks() local
282 if (Sci->MaxRegionIndex > MaxRegionIndex) in iterateOverBlocks()
283 MaxRegionIndex = Sci->MaxRegionIndex; in iterateOverBlocks()
289 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) { in iterateOverBlocks()
408 uptr MaxRegionIndex GUARDED_BY(Mutex);
464 if (RegionIndex > Sci->MaxRegionIndex) in allocateRegion()
[all …]