Home | History | Annotate | Download | only in lsan

Lines Matching full:leak

11 // Implementation of common leak checking functionality.
73 static const char kSuppressionLeak[] = "leak";
117 const char *Leak() { return Blue(); }
365 // ForEachChunk callback. Resets the tags to pre-leak-check state.
429 // Clean up for subsequent leak checks. This assumes we did not overwrite any
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
553 leaks_.push_back(leak);
561 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
578 Printf("The %zu top leak(s):\n", num_leaks_to_report);
589 Printf("Omitting %zu more leak(s).\n", remaining);
595 Printf("%s", d.Leak());
596 Printf("%s leak of %zu byte(s) in %zu object(s) allocated from:\n",