Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 1815163002: Supress memory-leak warning on PersistentSampleMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 1317127fed26e69ccea7da06c75bd457d242e4b8..62fb0942cd2ec3253079b76a0a7a798401bbf28a 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -372,6 +372,14 @@
fun:_ZN4base15SparseHistogram*
}
{
+ Intentional leak for PersistentSampleMap (stores SparseHistogram counts).
+ Memcheck:Leak
+ ...
+ fun:_ZN4base19PersistentSampleMap10AccumulateEii
+ ...
+ fun:_ZN4base15SparseHistogram*
+}
+{
Intentional leak for BucketRanges.
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698