Searched refs:MaxRegionIndex (Results 1 – 1 of 1) sorted by relevance
107 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; in unmapTestOnly() local113 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() local282 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 …]