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

Unified Diff: tools/android/memdump/memreport.py

Issue 16514009: Add dlmalloc from Bionic to the Chromium tree (DO NOT REVIEW). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « third_party/android_debug_dlmalloc/dlmalloc.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/memdump/memreport.py
diff --git a/tools/android/memdump/memreport.py b/tools/android/memdump/memreport.py
index 62b3ac42ed34c394b0852cb0cdfe49c09104696d..ac1491376bcbda0c69bf889a9aa2104a11e5420f 100755
--- a/tools/android/memdump/memreport.py
+++ b/tools/android/memdump/memreport.py
@@ -25,6 +25,7 @@ _ENTRIES = [
('Dalvik', '.* rw.. .* /.*dalvik.*'),
('Dalvik heap', '.* rw.. .* /.*dalvik-heap.*'),
('Native heap (jemalloc)', '.* r... .* /.*jemalloc.*'),
+ ('Native heap (dlmalloc)', '.* r... .* /.*dlmalloc.*'),
('System heap', '.* r... .* \\[heap\\]'),
('Ashmem', '.* rw.. .* /dev/ashmem .*'),
('libchromeview.so total', '.* r... .* /.*libchromeview.so'),
« no previous file with comments | « third_party/android_debug_dlmalloc/dlmalloc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698