Lines Matching refs:Printf
378 Printf("%s\n", line); in PrintMatchedSuppressions()
379 Printf("Suppressions used:\n"); in PrintMatchedSuppressions()
380 Printf(" count bytes template\n"); in PrintMatchedSuppressions()
382 Printf("%7zu %10zu %s\n", static_cast<uptr>(atomic_load_relaxed( in PrintMatchedSuppressions()
384 Printf("%s\n\n", line); in PrintMatchedSuppressions()
425 Printf("\n" in CheckForLeaks()
428 Printf("%s", d.Error()); in CheckForLeaks()
430 Printf("%s", d.End()); in CheckForLeaks()
537 Printf("\n"); in ReportTopLeaks()
539 Printf("Too many leaks! Only the first %zu leaks encountered will be " in ReportTopLeaks()
545 Printf("The %zu top leak(s):\n", num_leaks_to_report); in ReportTopLeaks()
556 Printf("Omitting %zu more leak(s).\n", remaining); in ReportTopLeaks()
562 Printf("%s", d.Leak()); in PrintReportForLeak()
563 Printf("%s leak of %zu byte(s) in %zu object(s) allocated from:\n", in PrintReportForLeak()
566 Printf("%s", d.End()); in PrintReportForLeak()
571 Printf("Objects leaked above:\n"); in PrintReportForLeak()
573 Printf("\n"); in PrintReportForLeak()
581 Printf("%p (%zu bytes)\n", leaked_objects_[j].addr, in PrintLeakedObjectsForLeak()