Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDprimary32.h88 unmap(reinterpret_cast<void *>(RegionsStash[--NumberOfStashedRegions]), in unmapTestOnly()
239 RegionsStash[NumberOfStashedRegions++] = MapBase + RegionSize; in allocateRegionSlow()
259 Region = RegionsStash[--NumberOfStashedRegions]; in allocateRegion()
424 uptr RegionsStash[MaxStashedRegions]; variable