Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h220 void ReportTopLeaks(uptr max_leaks);
H A Dlsan_common.cpp753 report.ReportTopLeaks(flags()->max_leaks); in PrintResults()
892 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks() function in __lsan::LeakReport