Searched defs:leak_report (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc370 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); local
385 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(),
407 LeakReport leak_report; member in struct:__lsan::DoLeakCheckParam
416 ForEachChunk(CollectLeaksCb, &param->leak_report);
441 param.leak_report.ApplySuppressions();
442 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount();
451 param.leak_report.ReportTopLeaks(flags()->max_leaks);
456 param.leak_report.PrintSummary();

Completed in 1326 milliseconds