Skip to content

Commit

Permalink
Add heap check suppression for v8.
Browse files Browse the repository at this point in the history
BUG=291236
R=timurrrr@chromium.org

Review URL: https://codereview.chromium.org/24548002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225168 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
machenbach@chromium.org committed Sep 25, 2013
1 parent d38aa40 commit 2c77893
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/heapcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -892,3 +892,13 @@
fun:v8::internal::LChunk::NewChunk
fun:v8::internal::OptimizingCompiler::OptimizeGraph
}
{
bug_291236_d
Heapcheck:Leak
fun:v8::internal::Malloced::New
fun:v8::internal::Zone::NewSegment
fun:v8::internal::Zone::NewExpand
fun:v8::internal::Zone::New
fun:v8::internal::ZoneObject::operator new
fun:v8::internal::HCompareNumericAndBranch::New
}

0 comments on commit 2c77893

Please sign in to comment.