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

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h82 // Sci->MaxRegionIndex is already initialized to 0.
93 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; local
98 if (Sci->MaxRegionIndex > MaxRegionIndex)
99 MaxRegionIndex = Sci->MaxRegionIndex;
102 for (uptr I = MinRegionIndex; I < MaxRegionIndex; I++)
207 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; local
212 if (Sci->MaxRegionIndex > MaxRegionIndex)
309 uptr MaxRegionIndex; variable
[all...]

Completed in 94 milliseconds