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

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

Issue 1635863005: Suppress leaks happened after making platform/heap to use USING_FAST_MALLOC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 4deeac34a4b24c2f3136863b9e69753038f511d3..c53e88919725c2a4b93c7f1f7837795467250208 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3405,3 +3405,55 @@
fun:_ZN2cc10GLRenderer18DrawRenderPassQuadEPNS_14DirectRenderer12DrawingFrameEPKNS_18RenderPassDrawQuadEPKN3gfx5QuadFE
fun:_ZN2cc10GLRenderer10DoDrawQuadEPNS_14DirectRenderer12DrawingFrameEPKNS_8DrawQuadEPKN3gfx5QuadFE
}
+{
+ bug_562431_a
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10Partitions10fastMallocEmPKc
+ fun:_ZN5blink14PersistentBaseINS_15StyleFilterDataELNS_31WeaknessPersistentConfigurationE0ELNS_38CrossThreadnessPersistentConfigurationE0EEnwEm
+ fun:_ZN5blink26RefCountedGarbageCollectedINS_15StyleFilterDataEE13makeKeepAliveEv
+ fun:_ZN5blink26RefCountedGarbageCollectedINS_15StyleFilterDataEE3refEv
+ fun:_ZN3WTF6RefPtrIN5blink15StyleFilterDataEEC2IS2_EERKNS_6RawPtrIT_EEPNSt9enable_ifIXsr3std10is_base_ofIS2_S6_EE5valueEvE4typeE
+ fun:_ZN5blink7DataRefINS_15StyleFilterDataEE4initEv
+ fun:_ZN5blink13ComputedStyle18createInitialStyleEv
+ fun:_ZN5blink13ComputedStyle12initialStyleEv
+ fun:_ZN5blink13ComputedStyle6createEv
+ fun:_ZN5blink13StyleResolver16styleForDocumentERNS_8DocumentE
+ fun:_ZN5blink8Document6attachERKNS_4Node13AttachContextE
+ fun:_ZN5blink14LocalDOMWindow18installNewDocumentERKN3WTF6StringERKNS_12DocumentInitEb
+ fun:_ZN5blink14DocumentLoader15createWriterForEPKNS_8DocumentERKNS_12DocumentInitERKN3WTF12AtomicStringESA_bNS_27ParserSynchronizationPolicyE
+ fun:_ZN5blink14DocumentLoader12ensureWriterERKN3WTF12AtomicStringERKNS_4KURLE
+ fun:_ZN5blink14DocumentLoader10commitDataEPKcm
+ fun:_ZN5blink14DocumentLoader15finishedLoadingEd
+ fun:_ZN5blink14DocumentLoader14maybeLoadEmptyEv
+ fun:_ZN5blink14DocumentLoader24startLoadingMainResourceEv
+ fun:_ZN5blink11FrameLoader4initEv
+ fun:_ZN5blink10LocalFrame4initEv
+ fun:_ZN5blink17WebLocalFrameImpl19initializeCoreFrameEPNS_9FrameHostEPNS_10FrameOwnerERKN3WTF12AtomicStringES8_
+}
+{
+ bug_562431_b
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10Partitions10fastMallocEmPKc
+ fun:_ZN5blink21ContextFeaturesClientnwEm
+ fun:_ZN5blink21ContextFeaturesClient5emptyEv
+ fun:_ZN5blink15ContextFeatures13defaultSwitchEv
+ fun:_ZN5blink8DocumentC2ERKNS_12DocumentInitEh
+ fun:_ZN5blink12HTMLDocumentC1ERKNS_12DocumentInitEh
+ fun:_ZN5blink12HTMLDocument6createERKNS_12DocumentInitE
+ fun:_ZN5blink17DOMImplementation14createDocumentERKN3WTF6StringERKNS_12DocumentInitEb
+ fun:_ZN5blink14LocalDOMWindow14createDocumentERKN3WTF6StringERKNS_12DocumentInitEb
+ fun:_ZN5blink14LocalDOMWindow18installNewDocumentERKN3WTF6StringERKNS_12DocumentInitEb
+ fun:_ZN5blink14DocumentLoader15createWriterForEPKNS_8DocumentERKNS_12DocumentInitERKN3WTF12AtomicStringESA_bNS_27ParserSynchronizationPolicyE
+ fun:_ZN5blink14DocumentLoader12ensureWriterERKN3WTF12AtomicStringERKNS_4KURLE
+ fun:_ZN5blink14DocumentLoader10commitDataEPKcm
+ fun:_ZN5blink14DocumentLoader15finishedLoadingEd
+ fun:_ZN5blink14DocumentLoader14maybeLoadEmptyEv
+ fun:_ZN5blink14DocumentLoader24startLoadingMainResourceEv
+ fun:_ZN5blink11FrameLoader4initEv
+ fun:_ZN5blink10LocalFrame4initEv
+ fun:_ZN5blink17WebLocalFrameImpl19initializeCoreFrameEPNS_9FrameHostEPNS_10FrameOwnerERKN3WTF12AtomicStringES8_
+ fun:_ZN5blink11WebViewImpl12setMainFrameEPNS_8WebFrameE
+ fun:_ZN10extensions14ScopedWebFrameC1Ev
+}
« 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