HomeSort by: relevance | last modified time | path
    Searched defs:leak_report (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 491 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); local in function:__lsan::CollectLeaksCb
505 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(),
527 LeakReport leak_report; member in struct:__lsan::CheckForLeaksParam
561 ForEachChunk(CollectLeaksCb, &param->leak_report);
589 param.leak_report.ApplySuppressions();
590 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount();
599 param.leak_report.ReportTopLeaks(flags()->max_leaks);
604 param.leak_report.PrintSummary();
lsan_common.cc 491 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg); local in function:__lsan::CollectLeaksCb
505 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(),
527 LeakReport leak_report; member in struct:__lsan::CheckForLeaksParam
561 ForEachChunk(CollectLeaksCb, &param->leak_report);
589 param.leak_report.ApplySuppressions();
590 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount();
599 param.leak_report.ReportTopLeaks(flags()->max_leaks);
604 param.leak_report.PrintSummary();

Completed in 26 milliseconds