summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-02-29 04:31:37 (GMT)
committerJason Evans <je@fb.com>2012-02-29 04:31:37 (GMT)
commitc90ad71237c05473bcb968beddebb0a487c36e75 (patch)
treeff0f28f722b71b9a17cf8881979915c327e3a226 /doc
parentf081b88dfbce94c3c7c8faf0b0f91b117fbdfcc6 (diff)
downloadjemalloc-c90ad71237c05473bcb968beddebb0a487c36e75.zip
jemalloc-c90ad71237c05473bcb968beddebb0a487c36e75.tar.gz
jemalloc-c90ad71237c05473bcb968beddebb0a487c36e75.tar.bz2
Remove the sysv option.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index cfe120f..e7cc628 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -664,16 +664,6 @@ for (i = 0; i < nbins; i++) {
<varlistentry>
<term>
- <mallctl>config.sysv</mallctl>
- (<type>bool</type>)
- <literal>r-</literal>
- </term>
- <listitem><para><option>--enable-sysv</option> was specified during
- build configuration.</para></listitem>
- </varlistentry>
-
- <varlistentry>
- <term>
<mallctl>config.tcache</mallctl>
(<type>bool</type>)
<literal>r-</literal>
@@ -808,22 +798,6 @@ for (i = 0; i < nbins; i++) {
</para></listitem>
</varlistentry>
- <varlistentry id="opt.sysv">
- <term>
- <mallctl>opt.sysv</mallctl>
- (<type>bool</type>)
- <literal>r-</literal>
- [<option>--enable-sysv</option>]
- </term>
- <listitem><para>If enabled, attempting to allocate zero bytes will
- return a <constant>NULL</constant> pointer instead of a valid pointer.
- (The default behavior is to make a minimal allocation and return a
- pointer to it.) This option is provided for System V compatibility.
- This option is incompatible with the <link
- linkend="opt.xmalloc"><mallctl>opt.xmalloc</mallctl></link> option.
- This option is disabled by default.</para></listitem>
- </varlistentry>
-
<varlistentry id="opt.xmalloc">
<term>
<mallctl>opt.xmalloc</mallctl>