Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h94 void PrintLargest(uptr max_leaks);
Dlsan_common.cc379 param.leak_report.PrintLargest(flags()->max_leaks); in DoLeakCheck()
448 void LeakReport::PrintLargest(uptr num_leaks_to_print) { in PrintLargest() function in __lsan::LeakReport