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

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

Issue 14321006: Adds TCMalloc support for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just my patch Created 7 years, 8 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.cc
diff --git a/third_party/tcmalloc/chromium/src/deep-heap-profile.cc b/third_party/tcmalloc/chromium/src/deep-heap-profile.cc
index b09234b62ae6bd41beb26f508c54644dbb8842e8..9484b892c19dd74b39c52ccef381b3f4b53295b2 100644
--- a/third_party/tcmalloc/chromium/src/deep-heap-profile.cc
+++ b/third_party/tcmalloc/chromium/src/deep-heap-profile.cc
@@ -640,6 +640,7 @@ void DeepHeapProfile::GlobalStats::SnapshotMaps(
DeepHeapProfile* deep_profile,
TextBuffer* mmap_dump_buffer) {
MemoryRegionMap::LockHolder lock_holder;
+
Dai Mikurube (NOT FULLTIME) 2013/05/03 08:53:00 nit: empty line
bulach 2013/05/07 14:55:51 Done.
ProcMapsIterator::Buffer procmaps_iter_buffer;
ProcMapsIterator procmaps_iter(0, &procmaps_iter_buffer);
uint64 vma_start_addr, vma_last_addr, offset;

Powered by Google App Engine
This is Rietveld 408576698