Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h278 uptr batch_count = 0; in PrintStats() local
283 batch_count++; in PrintStats()
288 uptr quarantine_chunks_capacity = batch_count * QuarantineBatch::kSize; in PrintStats()
297 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()