diff options
author | Jan Beich <jbeich@tormail.org> | 2012-10-17 20:06:32 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-11-07 00:30:24 (GMT) |
commit | ed90c97332e34e9552cdde102d8b4a9cd11bb5cb (patch) | |
tree | 523bca1b2b5af1c81dcb0f894b359fa0aa7ffddb /doc | |
parent | 847ff223dedad6b0f5186f904c817c0306ce599f (diff) | |
download | jemalloc-ed90c97332e34e9552cdde102d8b4a9cd11bb5cb.zip jemalloc-ed90c97332e34e9552cdde102d8b4a9cd11bb5cb.tar.gz jemalloc-ed90c97332e34e9552cdde102d8b4a9cd11bb5cb.tar.bz2 |
document what stats.active does not track
Based on http://www.canonware.com/pipermail/jemalloc-discuss/2012-March/000164.html
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 754fdcc..54b8747 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1512,7 +1512,9 @@ malloc_conf = "xmalloc:true";]]></programlisting> application. This is a multiple of the page size, and greater than or equal to <link linkend="stats.allocated"><mallctl>stats.allocated</mallctl></link>. - </para></listitem> + This does not include <link linkend="stats.arenas.i.pdirty"> + <mallctl>stats.arenas.<i>.pdirty</mallctl></link> and pages + entirely devoted to allocator metadata.</para></listitem> </varlistentry> <varlistentry> @@ -1628,7 +1630,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> <listitem><para>Number of pages in active runs.</para></listitem> </varlistentry> - <varlistentry> + <varlistentry id="stats.arenas.i.pdirty"> <term> <mallctl>stats.arenas.<i>.pdirty</mallctl> (<type>size_t</type>) |