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.cc411 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in DoLeakCheck() local
412 if (unsuppressed_count > 0) { in DoLeakCheck()
424 if (unsuppressed_count > 0) { in DoLeakCheck()
515 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local
516 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count) in ReportTopLeaks()
526 if (leaks_reported < unsuppressed_count) { in ReportTopLeaks()
527 uptr remaining = unsuppressed_count - leaks_reported; in ReportTopLeaks()