Searched refs:unsuppressed_count (Results 1 – 1 of 1) sorted by relevance
455 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in CheckForLeaks() local456 if (unsuppressed_count > 0) { in CheckForLeaks()468 if (unsuppressed_count > 0) { in CheckForLeaks()576 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local577 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count) in ReportTopLeaks()587 if (leaks_reported < unsuppressed_count) { in ReportTopLeaks()588 uptr remaining = unsuppressed_count - leaks_reported; in ReportTopLeaks()