Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h168 const uptr kOverheadThresholdPercents = 100; in Recycle() local
170 overhead_size * (100 + kOverheadThresholdPercents) > in Recycle()
171 cache_size * kOverheadThresholdPercents) { in Recycle()