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

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

Issue 10832290: Dump /proc/<pid>/maps with every heap profile dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
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 be213b26c8f110ae35a04c79600041ebb01fc8d0..cc2b42578e922aa149815d502ade10af32965eb5 100644
--- a/third_party/tcmalloc/chromium/src/deep-heap-profile.h
+++ b/third_party/tcmalloc/chromium/src/deep-heap-profile.h
@@ -199,6 +199,7 @@ class DeepHeapProfile {
// Write re-formatted /proc/self/maps into a file which has |filename_prefix|
// with using |buffer| of size |buffer_size|.
static void WriteMapsToFile(const char* filename_prefix,
+ unsigned count,
int buffer_size,
char buffer[]);

Powered by Google App Engine
This is Rietveld 408576698