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

/external/compiler-rt/lib/lsan/
H A Dlsan_common.h100 class LeakReport { class in namespace:__lsan
102 LeakReport() : next_id_(0), leaks_(1), leaked_objects_(1) {} function in class:__lsan::LeakReport
H A Dlsan_common.cc367 // a LeakReport.
370 LeakReport *leak_report = reinterpret_cast<LeakReport *>(arg);
407 LeakReport leak_report;
498 ///// LeakReport implementation. /////
501 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
503 // FIXME: Get rid of this limit by changing the implementation of LeakReport to
507 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id,
539 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) {
564 void LeakReport
[all...]

Completed in 278 milliseconds