mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue