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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h63 MinRegionIndex = NumRegions; // MaxRegionIndex is already initialized to 0.
149 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++)
268 if (RegionIndex > MaxRegionIndex)
269 MaxRegionIndex = RegionIndex;
394 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) {
417 uptr MaxRegionIndex; member in class:scudo::SizeClassAllocator32

Completed in 44 milliseconds