diff options
author | Jason Evans <je@fb.com> | 2014-04-15 19:46:28 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2014-04-15 19:46:28 (GMT) |
commit | a2c719b37445ce9083b6fc5084436dc37ceb7f75 (patch) | |
tree | 5b28d0b4718566897ebf255a0227fb666f4f6339 /doc | |
parent | 4d434adb146375ad17f0d5e994ed5728d2942e3f (diff) | |
download | jemalloc-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.in | 12 |
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.<i>.purge</mallctl> - (<type>unsigned</type>) + (<type>void</type>) <literal>--</literal> </term> <listitem><para>Purge unused dirty pages for arena <i>, 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> |