DescriptionAdd generic.total_physical_bytes property to MallocExtension
The actual physical memory usage of tcmalloc cannot be obtained by
GetNumericProperty. This accounts for the current_allocated_bytes,
fragmentation and malloc metadata, and excludes the unmapped memory
regions. This helps the user to understand how much memory is actually
being used for the allocations that were made.
This change is done only in chromium tree since the
metadata_unmapped_bytes is added only in the chromium's tcmalloc in CL:
www.crrev.com/10499004.
This is to be used by malloc dump provider for tracing.
BUG=546491
Committed: https://crrev.com/0752ec9c6adf641985db1a3a224bf9b8e32e4ac8
Cr-Commit-Position: refs/heads/master@{#357155}
Patch Set 1 #Patch Set 2 : Add in readme. #
Depends on Patchset: Messages
Total messages: 15 (6 generated)
|