Searched refs:unsuppressed_count (Results 1 – 1 of 1) sorted by relevance
442 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in DoLeakCheck() local443 if (unsuppressed_count > 0) { in DoLeakCheck()455 if (unsuppressed_count > 0) { in DoLeakCheck()547 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local548 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count) in ReportTopLeaks()558 if (leaks_reported < unsuppressed_count) { in ReportTopLeaks()559 uptr remaining = unsuppressed_count - leaks_reported; in ReportTopLeaks()