Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h82 void ReportTopLeaks(uptr max_leaks);
Dlsan_common.cc431 param.leak_report.ReportTopLeaks(flags()->max_leaks); in CheckForLeaks()
535 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks() function in __lsan::LeakReport