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

/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc363 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); local
377 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(),
399 LeakReport leak_report; member in struct:__lsan::DoLeakCheckParam
408 ForEachChunk(CollectLeaksCb, &param->leak_report);
433 param.leak_report.ApplySuppressions();
434 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount();
443 param.leak_report.ReportTopLeaks(flags()->max_leaks);
448 param.leak_report.PrintSummary();

Completed in 107 milliseconds