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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 97 class LeakReport {
99 LeakReport() {}
lsan_common.cc 488 // a LeakReport.
491 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg);
527 LeakReport leak_report;
662 ///// LeakReport implementation. /////
665 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
667 // FIXME: Get rid of this limit by changing the implementation of LeakReport to
671 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id,
703 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) {
728 void LeakReport::PrintReportForLeak(uptr index)
    [all...]

Completed in 13 milliseconds