Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h102 unmap(reinterpret_cast<void *>(RegionsStash[--NumberOfStashedRegions]), in unmapTestOnly()
430 RegionsStash[NumberOfStashedRegions++] = MapBase + RegionSize; in allocateRegionSlow()
455 Region = RegionsStash[--NumberOfStashedRegions]; in allocateRegion()
1172 uptr RegionsStash[MaxStashedRegions] GUARDED_BY(RegionsStashMutex) = {}; variable