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.cc340 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); in CollectLeaksCb() local
354 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(), in CollectLeaksCb()
376 LeakReport leak_report; member
385 ForEachChunk(CollectLeaksCb, &param->leak_report); in DoLeakCheckCallback()
410 param.leak_report.ApplySuppressions(); in DoLeakCheck()
411 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in DoLeakCheck()
420 param.leak_report.ReportTopLeaks(flags()->max_leaks); in DoLeakCheck()
425 param.leak_report.PrintSummary(); in DoLeakCheck()