Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDprimary32.h63 MinRegionIndex = NumRegions; // MaxRegionIndex is already initialized to 0. in initLinkerInitialized()
149 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) in iterateOverBlocks()
266 if (RegionIndex < MinRegionIndex) in allocateRegion()
267 MinRegionIndex = RegionIndex; in allocateRegion()
394 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) {
416 uptr MinRegionIndex; variable