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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc703 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { argument
712 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
713 Printf("The %zu top leak(s):\n", num_leaks_to_report);
720 if (leaks_reported == num_leaks_to_report) break;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc701 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { argument
710 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
711 Printf("The %zu top leak(s):\n", num_leaks_to_report);
718 if (leaks_reported == num_leaks_to_report) break;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp827 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { argument
836 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
837 Printf("The %zu top leak(s):\n", num_leaks_to_report);
844 if (leaks_reported == num_leaks_to_report) break;

Completed in 136 milliseconds