Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h227 void PrintReportForLeak(uptr index);
H A Dlsan_common.cpp909 PrintReportForLeak(i); in ReportTopLeaks()
920 void LeakReport::PrintReportForLeak(uptr index) { in PrintReportForLeak() function in __lsan::LeakReport