Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h88 Sci->MinRegionIndex = NumRegions; in init()
107 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; in unmapTestOnly() local
111 if (Sci->MinRegionIndex < MinRegionIndex) in unmapTestOnly()
112 MinRegionIndex = Sci->MinRegionIndex; in unmapTestOnly()
119 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) in unmapTestOnly()
273 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; in iterateOverBlocks() local
280 if (Sci->MinRegionIndex < MinRegionIndex) in iterateOverBlocks()
281 MinRegionIndex = Sci->MinRegionIndex; in iterateOverBlocks()
289 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) { in iterateOverBlocks()
407 uptr MinRegionIndex GUARDED_BY(Mutex);
[all …]