aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-05 18:18:15 -0700
committerJason Evans <jasone@canonware.com>2016-05-13 10:27:33 -0700
commit17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9 (patch)
tree758e77c3e6a828c544ae7624ba9cc26938c6632c /doc
parentba5c7095175d490b1d3d008e40efa74a66de9eab (diff)
downloadplatform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.gz
platform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.bz2
platform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.zip
Remove redzone support.
This resolves #369.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index 7ed03330..eddc88c1 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -1040,21 +1040,6 @@ for (i = 0; i < nbins; i++) {
default.</para></listitem>
</varlistentry>
- <varlistentry id="opt.redzone">
- <term>
- <mallctl>opt.redzone</mallctl>
- (<type>bool</type>)
- <literal>r-</literal>
- [<option>--enable-fill</option>]
- </term>
- <listitem><para>Redzones enabled/disabled. If enabled, small
- allocations have redzones before and after them. Furthermore, if the
- <link linkend="opt.junk"><mallctl>opt.junk</mallctl></link> option is
- enabled, the redzones are checked for corruption during deallocation.
- This option is intended for debugging and will impact performance
- negatively. This option is disabled by default.</para></listitem>
- </varlistentry>
-
<varlistentry id="opt.zero">
<term>
<mallctl>opt.zero</mallctl>