Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h286 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats() local
287 int memory_overhead_percent = total_quarantined_bytes == 0 ? in PrintStats()
288 0 : total_overhead_bytes * 100 / total_quarantined_bytes; in PrintStats()
292 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()