Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(616)

Unified Diff: trace_event/malloc_dump_provider.cc

Issue 2045223003: Update to Chromium //base at Chromium commit 82baa9afc6620c68cb2168f20bb65e77e3e57f0a. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trace_event/java_heap_dump_provider_android_unittest.cc ('k') | trace_event/memory_allocator_dump.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trace_event/malloc_dump_provider.cc
diff --git a/trace_event/malloc_dump_provider.cc b/trace_event/malloc_dump_provider.cc
index 98b53da3a3d2986ebbf5753c2c9d387259806264..7cdc34a3e4cbc2e5695b29fbfdba8256c17c2e97 100644
--- a/trace_event/malloc_dump_provider.cc
+++ b/trace_event/malloc_dump_provider.cc
@@ -39,7 +39,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
// dlmalloc the total is given by |arena| + |hblkhd|.
// For more details see link: http://goo.gl/fMR8lF.
MemoryAllocatorDump* outer_dump = pmd->CreateAllocatorDump("malloc");
- outer_dump->AddScalar("heap_virtual_size", MemoryAllocatorDump::kUnitsBytes,
+ outer_dump->AddScalar("virtual_size", MemoryAllocatorDump::kUnitsBytes,
info.arena + info.hblkhd);
// Total allocated space is given by |uordblks|.
« no previous file with comments | « trace_event/java_heap_dump_provider_android_unittest.cc ('k') | trace_event/memory_allocator_dump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698