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

Unified Diff: third_party/tcmalloc/chromium/src/deep-heap-profile.h

Issue 13299002: Fix MMAP_LIST in dumps by deep-heap-profile again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « no previous file | third_party/tcmalloc/chromium/src/deep-heap-profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/chromium/src/deep-heap-profile.h
diff --git a/third_party/tcmalloc/chromium/src/deep-heap-profile.h b/third_party/tcmalloc/chromium/src/deep-heap-profile.h
index 4294184d5f101b4730f03c6ffe65f615003c6486..c2f65ea025c44919874e2ec83567e8b1eabf7d34 100644
--- a/third_party/tcmalloc/chromium/src/deep-heap-profile.h
+++ b/third_party/tcmalloc/chromium/src/deep-heap-profile.h
@@ -42,6 +42,7 @@
#include "addressmap-inl.h"
#include "heap-profile-table.h"
+#include "memory_region_map.h"
class DeepHeapProfile {
public:
@@ -270,6 +271,11 @@ class DeepHeapProfile {
AllocValue* alloc_value,
DeepHeapProfile* deep_profile);
+ DeepBucket* GetInformationOfMemoryRegion(
+ const MemoryRegionMap::RegionIterator& mmap_iter,
+ const MemoryResidenceInfoGetterInterface* memory_residence_info_getter,
+ DeepHeapProfile* deep_profile);
+
// All RegionStats members in this class contain the bytes of virtual
// memory and committed memory.
// TODO(dmikurube): These regions should be classified more precisely later
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/deep-heap-profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698