Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h273 constexpr uptr OverheadThresholdPercents = 100; in recycle() local
275 OverheadSize * (100 + OverheadThresholdPercents) > in recycle()
276 CacheSize * OverheadThresholdPercents) { in recycle()