summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-04-15 19:46:28 (GMT)
committerJason Evans <je@fb.com>2014-04-15 19:46:28 (GMT)
commita2c719b37445ce9083b6fc5084436dc37ceb7f75 (patch)
tree5b28d0b4718566897ebf255a0227fb666f4f6339 /doc
parent4d434adb146375ad17f0d5e994ed5728d2942e3f (diff)
downloadjemalloc-a2c719b37445ce9083b6fc5084436dc37ceb7f75.zip
jemalloc-a2c719b37445ce9083b6fc5084436dc37ceb7f75.tar.gz
jemalloc-a2c719b37445ce9083b6fc5084436dc37ceb7f75.tar.bz2
Remove the "arenas.purge" mallctl.
Remove the "arenas.purge" mallctl, which was obsoleted by the "arena.<i>.purge" mallctl in 3.1.0.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index 16dd0bb..b0c77c2 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -1267,7 +1267,7 @@ malloc_conf = "xmalloc:true";]]></programlisting>
<varlistentry id="arena.i.purge">
<term>
<mallctl>arena.&lt;i&gt;.purge</mallctl>
- (<type>unsigned</type>)
+ (<type>void</type>)
<literal>--</literal>
</term>
<listitem><para>Purge unused dirty pages for arena &lt;i&gt;, or for
@@ -1410,16 +1410,6 @@ malloc_conf = "xmalloc:true";]]></programlisting>
class.</para></listitem>
</varlistentry>
- <varlistentry id="arenas.purge">
- <term>
- <mallctl>arenas.purge</mallctl>
- (<type>unsigned</type>)
- <literal>-w</literal>
- </term>
- <listitem><para>Purge unused dirty pages for the specified arena, or
- for all arenas if none is specified.</para></listitem>
- </varlistentry>
-
<varlistentry id="arenas.extend">
<term>
<mallctl>arenas.extend</mallctl>