Lines Matching defs:leaks
671 LeakedChunks *leaks = reinterpret_cast<LeakedChunks *>(arg);
677 leaks->push_back({chunk, m.stack_trace_id(), m.requested_size(), m.tag()});
720 "Running thread %zu was not suspended. False leaks are possible.\n",
735 ForEachChunk(CollectLeaksCb, ¶m->leaks);
751 Report("ERROR: LeakSanitizer: detected memory leaks\n");
769 VReport(1, "LeakSanitizer: checking for leaks");
794 leak_report.AddLeakedChunks(param.leaks);
800 // No indirect leaks to report, so we are done here.
805 Report("WARNING: LeakSanitizer gave up on indirect leaks suppression.\n");
810 // sure it does not hold indirect leaks.
840 // A hard limit on the number of distinct leaks, to avoid quadratic complexity
841 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
897 "Too many leaks! Only the first %zu leaks encountered will be "