Searched refs:LeakReport (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h98 class LeakReport { class in namespace:__lsan
100 LeakReport() {} function in class:__lsan::LeakReport
H A Dlsan_common.cpp487 // a LeakReport.
490 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg);
526 LeakReport leak_report;
657 ///// LeakReport implementation. /////
660 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
662 // FIXME: Get rid of this limit by changing the implementation of LeakReport to
666 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id,
698 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) {
723 void LeakReport
[all...]

Completed in 86 milliseconds