Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc455 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in CheckForLeaks() local
456 if (unsuppressed_count > 0) { in CheckForLeaks()
468 if (unsuppressed_count > 0) { in CheckForLeaks()
576 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local
577 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()