diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 10:00:32 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 10:00:32 +0000 |
commit | 14633d1163849cacd0ae543e18a86f5200268852 (patch) | |
tree | ca4cb6aa393f39ff8cae7f075a0ddff11dbc394f /tools/heapcheck | |
parent | 41b5345f2b09bbd568b64b99da67d491727f0f83 (diff) | |
download | chromium_src-14633d1163849cacd0ae543e18a86f5200268852.zip chromium_src-14633d1163849cacd0ae543e18a86f5200268852.tar.gz chromium_src-14633d1163849cacd0ae543e18a86f5200268852.tar.bz2 |
More Memory waterfall suppressions
a) widen a few suppressions
b) fix the memcheck_analyze script to automatically wildcard
"operator new[](unsigned long)" and "operator new[](unsigned int)" frames
/* Mac vs Linux */
BUG=46715,76386,86755
TBR=glider
Review URL: http://codereview.chromium.org/7204029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index e5620a2..1f9fbe3 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -696,7 +696,7 @@ bug_46715 Heapcheck:Leak fun:WebCore::makeExternalString - fun:WebCore::v8ExternalStringSlow + fun:WebCore::*v8ExternalStringSlow } { bug_46886 |