diff options
Diffstat (limited to 'third_party/tcmalloc/chromium/src/heap-profile-table.cc')
-rw-r--r-- | third_party/tcmalloc/chromium/src/heap-profile-table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/tcmalloc/chromium/src/heap-profile-table.cc b/third_party/tcmalloc/chromium/src/heap-profile-table.cc index c5c1db7..d880e56 100644 --- a/third_party/tcmalloc/chromium/src/heap-profile-table.cc +++ b/third_party/tcmalloc/chromium/src/heap-profile-table.cc @@ -294,7 +294,7 @@ void HeapProfileTable::MarkCurrentAllocations(AllocationMark mark) { } void HeapProfileTable::MarkUnmarkedAllocations(AllocationMark mark) { - const MarkArgs args(mark, true); + const MarkArgs args(mark, false); address_map_->Iterate<const MarkArgs&>(MarkIterator, args); } |