Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / tcmalloc / chromium / src / heap-profile-table.cc
index c5c1db7..d880e56 100644 (file)
@@ -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);
 }