Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h274 uptr total_overhead_bytes = 0; in PrintStats() local
280 total_overhead_bytes += (*it).size - (*it).quarantined_size(); in PrintStats()
286 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats()
288 0 : total_overhead_bytes * 100 / total_quarantined_bytes; in PrintStats()