mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-27 11:07:33 +03:00
Remove the "arenas.purge" mallctl.
Remove the "arenas.purge" mallctl, which was obsoleted by the "arena.<i>.purge" mallctl in 3.1.0.
This commit is contained in:
parent
4d434adb14
commit
a2c719b374
3 changed files with 1 additions and 51 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue