Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dprimary32.h89 unmap(reinterpret_cast<void *>(RegionsStash[--NumberOfStashedRegions]), in unmapTestOnly()
290 RegionsStash[NumberOfStashedRegions++] = MapBase + RegionSize; in allocateRegionSlow()
310 Region = RegionsStash[--NumberOfStashedRegions]; in allocateRegion()
502 uptr RegionsStash[MaxStashedRegions] = {}; variable