Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h429 if (NumberOfStashedRegions < MaxStashedRegions) in allocateRegionSlow()
1169 static constexpr uptr MaxStashedRegions = 4; variable
1172 uptr RegionsStash[MaxStashedRegions] GUARDED_BY(RegionsStashMutex) = {};