Commit 477ef105 authored by xhwang@chromium.org's avatar xhwang@chromium.org

Heapchecker: Add a new suppression for V8 AllocateBuffer leak.

TBR=guoyang@chromium.org
BUG=169678

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192928 0039d316-1c4b-4281-b951-d872f2087c98
parent 151fe846
...@@ -1701,6 +1701,18 @@ ...@@ -1701,6 +1701,18 @@
fun:v8::internal::IncrementalMarking::ProcessMarkingDeque fun:v8::internal::IncrementalMarking::ProcessMarkingDeque
fun:v8::internal::IncrementalMarking::Step fun:v8::internal::IncrementalMarking::Step
} }
{
bug_169678_a
Heapcheck:Leak
fun:v8::internal::SlotsBufferAllocator::AllocateBuffer
fun:v8::internal::SlotsBuffer::AddTo
fun:v8::internal::MarkCompactCollector::RecordSlot
fun:v8::internal::IncrementalMarkingMarkingVisitor::VisitPointers
...
fun:v8::internal::Heap::CollectGarbage
...
fun:v8::String::New
}
{ {
bug_171547_b bug_171547_b
Heapcheck:Leak Heapcheck:Leak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment