Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc353 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); in CollectLeaksCb()
389 LeakReport leak_report;
503 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id, in AddLeakedChunk()
535 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks()
560 void LeakReport::PrintReportForLeak(uptr index) { in PrintReportForLeak()
577 void LeakReport::PrintLeakedObjectsForLeak(uptr index) { in PrintLeakedObjectsForLeak()
586 void LeakReport::PrintSummary() { in PrintSummary()
600 void LeakReport::ApplySuppressions() { in ApplySuppressions()
612 uptr LeakReport::UnsuppressedLeakCount() { in UnsuppressedLeakCount()
Dlsan_common.h77 class LeakReport {
79 LeakReport() : next_id_(0), leaks_(1), leaked_objects_(1) {} in LeakReport() function