Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc383 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); in CollectLeaksCb()
419 LeakReport leak_report;
536 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id, in AddLeakedChunk()
568 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks()
593 void LeakReport::PrintReportForLeak(uptr index) { in PrintReportForLeak()
610 void LeakReport::PrintLeakedObjectsForLeak(uptr index) { in PrintLeakedObjectsForLeak()
619 void LeakReport::PrintSummary() { in PrintSummary()
633 void LeakReport::ApplySuppressions() { in ApplySuppressions()
645 uptr LeakReport::UnsuppressedLeakCount() { in UnsuppressedLeakCount()
Dlsan_common.h78 class LeakReport {
80 LeakReport() : next_id_(0), leaks_(1), leaked_objects_(1) {} in LeakReport() function