aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-05 16:52:36 -0700
committerJason Evans <jasone@canonware.com>2016-05-13 10:25:05 -0700
commitba5c7095175d490b1d3d008e40efa74a66de9eab (patch)
tree584c5186942713d605b41334f17facae4ac09766 /doc
parent9a8add1510456464bc496320990ec234798bd381 (diff)
downloadplatform_external_jemalloc_new-ba5c7095175d490b1d3d008e40efa74a66de9eab.tar.gz
platform_external_jemalloc_new-ba5c7095175d490b1d3d008e40efa74a66de9eab.tar.bz2
platform_external_jemalloc_new-ba5c7095175d490b1d3d008e40efa74a66de9eab.zip
Remove quarantine support.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index 2f8f150a..7ed03330 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -1040,23 +1040,6 @@ for (i = 0; i < nbins; i++) {
default.</para></listitem>
</varlistentry>
- <varlistentry id="opt.quarantine">
- <term>
- <mallctl>opt.quarantine</mallctl>
- (<type>size_t</type>)
- <literal>r-</literal>
- [<option>--enable-fill</option>]
- </term>
- <listitem><para>Per thread quarantine size in bytes. If non-zero, each
- thread maintains a FIFO object quarantine that stores up to the
- specified number of bytes of memory. The quarantined memory is not
- freed until it is released from quarantine, though it is immediately
- junk-filled if the <link
- linkend="opt.junk"><mallctl>opt.junk</mallctl></link> option is enabled.
- This is intended for debugging and will impact performance negatively.
- The default quarantine size is 0.</para></listitem>
- </varlistentry>
-
<varlistentry id="opt.redzone">
<term>
<mallctl>opt.redzone</mallctl>