Searched refs:MinRegionIndex (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++)
266 if (RegionIndex < MinRegionIndex)
267 MinRegionIndex = RegionIndex;
394 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) {
416 uptr MinRegionIndex; member in class:scudo::SizeClassAllocator32

Completed in 54 milliseconds