aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/debug/native-memory.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/debug/native-memory.html')
-rw-r--r--en/devices/tech/debug/native-memory.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/en/devices/tech/debug/native-memory.html b/en/devices/tech/debug/native-memory.html
index d0ed2471..b690793d 100644
--- a/en/devices/tech/debug/native-memory.html
+++ b/en/devices/tech/debug/native-memory.html
@@ -31,6 +31,18 @@ href="https://android.googlesource.com/platform/bionic/+/master/libc/malloc_debu
Memory Tracking using libc Callbacks</a> for a thorough description of the
debugging options available for native memory issues.</p>
+<h2 id="malloc-stats">Malloc statistics</h2>
+
+<p>
+ Android supports the <a href="http://man7.org/linux/man-pages/man3/mallinfo.3.html"
+ ><code>mallinfo(3)</code></a>and <a href="http://man7.org/linux/man-pages/man3/malloc_info.3.html"
+ ><code>malloc_info(3)</code></a> extensions to <code>&lt;malloc.h&gt;</code></a>.
+ The <code>malloc_info</code> function is available in Android 6.0 and later and
+ its XML schema is documented in Bionic's
+ <a href="https://android.googlesource.com/platform/bionic/+/master/libc/include/malloc.h"
+ ><code>&lt;malloc.h&gt;</code></a>.
+</p>
+
<h2 id="ddms">Dalvik Debug Monitor Server</h2>
<p>You can also use the <a