Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.h114 void ReportTopLeaks(uptr max_leaks);
H A Dlsan_common.cpp699 report.ReportTopLeaks(flags()->max_leaks); in PrintResults()
829 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks() function in __lsan::LeakReport