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.
This commit is contained in:
parent
37b6f95dcd
commit
80fe0478e6
@ -1471,7 +1471,7 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||||||
application. This is a multiple of the chunk size, and is at least as
|
application. This is a multiple of the chunk size, and is at least as
|
||||||
large as <link
|
large as <link
|
||||||
linkend="stats.active"><mallctl>stats.active</mallctl></link>. This
|
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>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -1482,7 +1482,7 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||||||
[<option>--enable-stats</option>]
|
[<option>--enable-stats</option>]
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Total number of chunks actively mapped on behalf of the
|
<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>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user