summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-05-10 06:08:48 (GMT)
committerJason Evans <je@fb.com>2012-05-10 06:08:48 (GMT)
commit80fe0478e6b0b3a0c84ea1dfdeec1fc5685841dc (patch)
tree4e680769e5bd514bcd33b8ea7939093747348b64 /doc
parent37b6f95dcd866f51c91488531a2efc3ed4c2b754 (diff)
downloadjemalloc-80fe0478e6b0b3a0c84ea1dfdeec1fc5685841dc.zip
jemalloc-80fe0478e6b0b3a0c84ea1dfdeec1fc5685841dc.tar.gz
jemalloc-80fe0478e6b0b3a0c84ea1dfdeec1fc5685841dc.tar.bz2
Generalize "stats.mapped" documentation.
Generalize "stats.mapped" documentation to state that all inactive chunks are omitted, now that it is possible for mmap'ed chunks to be omitted in addition to DSS chunks.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index 93c16dc..877c500 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -1471,7 +1471,7 @@ malloc_conf = "xmalloc:true";]]></programlisting>
application. This is a multiple of the chunk size, and is at least as
large as <link
linkend="stats.active"><mallctl>stats.active</mallctl></link>. This
- does not include inactive chunks embedded in the DSS.</para></listitem>
+ does not include inactive chunks.</para></listitem>
</varlistentry>
<varlistentry>
@@ -1482,7 +1482,7 @@ malloc_conf = "xmalloc:true";]]></programlisting>
[<option>--enable-stats</option>]
</term>
<listitem><para>Total number of chunks actively mapped on behalf of the
- application. This does not include inactive chunks embedded in the DSS.
+ application. This does not include inactive chunks.
</para></listitem>
</varlistentry>