Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h83 void ReportTopLeaks(uptr max_leaks);
Dlsan_common.cc464 param.leak_report.ReportTopLeaks(flags()->max_leaks); in CheckForLeaks()
568 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks() function in __lsan::LeakReport
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.h104 void ReportTopLeaks(uptr max_leaks);
Dlsan_common.cpp624 param.leak_report.ReportTopLeaks(flags()->max_leaks); in CheckForLeaks()
728 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks() function in __lsan::LeakReport