Searched refs:total_quarantined_bytes (Results 1 – 1 of 1) sorted by relevance
286 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats() local287 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()