Lines Matching refs:leak
11 // Implementation of common leak checking functionality.
64 static const char kSuppressionLeak[] = "leak";
108 const char *Leak() { return Blue(); }
335 // ForEachChunk callback. Resets the tags to pre-leak-check state.
399 // Clean up for subsequent leak checks. This assumes we did not overwrite any
518 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
520 leaks_.push_back(leak);
528 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
545 Printf("The %zu top leak(s):\n", num_leaks_to_report);
556 Printf("Omitting %zu more leak(s).\n", remaining);
562 Printf("%s", d.Leak());
563 Printf("%s leak of %zu byte(s) in %zu object(s) allocated from:\n",