Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc383 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); in CollectLeaksCb() local
397 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(), in CollectLeaksCb()
419 LeakReport leak_report; member
428 ForEachChunk(CollectLeaksCb, &param->leak_report); in CheckForLeaksCallback()
454 param.leak_report.ApplySuppressions(); in CheckForLeaks()
455 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in CheckForLeaks()
464 param.leak_report.ReportTopLeaks(flags()->max_leaks); in CheckForLeaks()
469 param.leak_report.PrintSummary(); in CheckForLeaks()