Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h163 const uptr kOverheadThresholdPercents = 100; in Recycle() local
165 overhead_size * (100 + kOverheadThresholdPercents) > in Recycle()
166 cache_size * kOverheadThresholdPercents) { in Recycle()