aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-10-12 11:49:19 -0700
committerJason Evans <jasone@canonware.com>2016-10-12 11:55:43 -0700
commit9acd5cf178eca9bc8a7f36a8c392b799a120bcbf (patch)
treeb32689315e91e15519359ab6e53f7a9b13e8b3b0 /doc
parent63b5657aa566ceab270ff6e9d4f366233d2d0b79 (diff)
downloadplatform_external_jemalloc_new-9acd5cf178eca9bc8a7f36a8c392b799a120bcbf.tar.gz
platform_external_jemalloc_new-9acd5cf178eca9bc8a7f36a8c392b799a120bcbf.tar.bz2
platform_external_jemalloc_new-9acd5cf178eca9bc8a7f36a8c392b799a120bcbf.zip
Remove all vestiges of chunks.
Remove mallctls: - opt.lg_chunk - stats.cactive This resolves #464.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index f5a72473..5ba44d23 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -900,19 +900,6 @@ for (i = 0; i < nbins; i++) {
</para></listitem>
</varlistentry>
- <varlistentry id="opt.lg_chunk">
- <term>
- <mallctl>opt.lg_chunk</mallctl>
- (<type>size_t</type>)
- <literal>r-</literal>
- </term>
- <listitem><para>Virtual memory chunk size (log base 2). If a chunk
- size outside the supported size range is specified, the size is
- silently clipped to the minimum/maximum supported size. The default
- chunk size is 2 MiB (2^21).
- </para></listitem>
- </varlistentry>
-
<varlistentry id="opt.narenas">
<term>
<mallctl>opt.narenas</mallctl>
@@ -1949,24 +1936,6 @@ struct extent_hooks_s {
option for additional information.</para></listitem>
</varlistentry>
- <varlistentry id="stats.cactive">
- <term>
- <mallctl>stats.cactive</mallctl>
- (<type>size_t *</type>)
- <literal>r-</literal>
- [<option>--enable-stats</option>]
- </term>
- <listitem><para>Pointer to a counter that contains an approximate count
- of the current number of bytes in active pages. The estimate may be
- high, but never low, because each arena rounds up when computing its
- contribution to the counter. Note that the <link
- linkend="epoch"><mallctl>epoch</mallctl></link> mallctl has no bearing
- on this counter. Furthermore, counter consistency is maintained via
- atomic operations, so it is necessary to use an atomic operation in
- order to guarantee a consistent read when dereferencing the pointer.
- </para></listitem>
- </varlistentry>
-
<varlistentry id="stats.allocated">
<term>
<mallctl>stats.allocated</mallctl>