reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/lsan/lsan_common.cpp
  707   if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
  707   if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
  708     Printf("The %zu top leak(s):\n", num_leaks_to_report);
  715     if (leaks_reported == num_leaks_to_report) break;