diff options
| author | Jason Evans <jasone@canonware.com> | 2017-01-04 10:21:53 -0800 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2017-01-06 18:58:46 -0800 |
| commit | dc2125cf95cb1d9370ac7375185d6420c84388b9 (patch) | |
| tree | a7594b48e9ecc784eeefb86a46523b9a038cd47c /doc | |
| parent | 6edbedd9164d9b7682f7c3afb44e2b85c8eb52de (diff) | |
| download | platform_external_jemalloc_new-dc2125cf95cb1d9370ac7375185d6420c84388b9.tar.gz platform_external_jemalloc_new-dc2125cf95cb1d9370ac7375185d6420c84388b9.tar.bz2 platform_external_jemalloc_new-dc2125cf95cb1d9370ac7375185d6420c84388b9.zip | |
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jemalloc.xml.in | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 36aae37c..f213a2c8 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1253,7 +1253,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> <listitem><para>Get or set the arena associated with the calling thread. If the specified arena was not initialized beforehand (see the <link - linkend="arenas.initialized"><mallctl>arenas.initialized</mallctl></link> + linkend="arena.i.initialized"><mallctl>arena.i.initialized</mallctl></link> mallctl), it will be automatically initialized as a side effect of calling this interface.</para></listitem> </varlistentry> @@ -1425,6 +1425,19 @@ malloc_conf = "xmalloc:true";]]></programlisting> </para></listitem> </varlistentry> + <varlistentry id="arena.i.initialized"> + <term> + <mallctl>arena.<i>.initialized</mallctl> + (<type>bool</type>) + <literal>r-</literal> + </term> + <listitem><para>Get whether the specified arena's statistics are + initialized (i.e. the arena was initialized prior to the current epoch). + This interface can also be nominally used to query whether the merged + statistics corresponding to <constant>MALLCTL_ARENAS_ALL</constant> are + initialized (always true).</para></listitem> + </varlistentry> + <varlistentry id="arena.i.purge"> <term> <mallctl>arena.<i>.purge</mallctl> @@ -1715,18 +1728,6 @@ struct extent_hooks_s { <listitem><para>Current limit on number of arenas.</para></listitem> </varlistentry> - <varlistentry id="arenas.initialized"> - <term> - <mallctl>arenas.initialized</mallctl> - (<type>bool *</type>) - <literal>r-</literal> - </term> - <listitem><para>An array of <link - linkend="arenas.narenas"><mallctl>arenas.narenas</mallctl></link> - booleans. Each boolean indicates whether the corresponding arena is - initialized.</para></listitem> - </varlistentry> - <varlistentry id="arenas.decay_time"> <term> <mallctl>arenas.decay_time</mallctl> |
