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

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

Issue 154933005: Suppress a mac-only leak in AtomicStringTable::create. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index db974909a7a5ab8ab2c4176d098cf751bf18345a..c16b7de6448963e813f507d5cca8c2bd98fdcbd7 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2394,3 +2394,16 @@
fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation*
fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv
}
+{
+ bug_340909
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3WTF17AtomicStringTable6createERNS_13WTFThreadDataE
+ fun:_ZN3WTFL17atomicStringTableEv
+ fun:_ZN3WTFL13atomicStringsEv
+ fun:_ZN3WTFL16addToStringTable*
+ fun:_ZN3WTF12AtomicString18addFromLiteralData*
+ fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE
+ fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE
+ fun:_ZN7WebCore9HTMLNames4initEv
+}
« 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