diff options
author | Jason Evans <je@fb.com> | 2012-03-03 01:47:37 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-03-03 01:47:37 (GMT) |
commit | 7e77eaffffe5c73d44ee64b14ba4b3d7693179d6 (patch) | |
tree | 71c25903b997ddb36190f06b4e238830f27916e3 /doc | |
parent | 7b398aca3bfa558774548ffed6c1a8baba46cc79 (diff) | |
download | jemalloc-7e77eaffffe5c73d44ee64b14ba4b3d7693179d6.zip jemalloc-7e77eaffffe5c73d44ee64b14ba4b3d7693179d6.tar.gz jemalloc-7e77eaffffe5c73d44ee64b14ba4b3d7693179d6.tar.bz2 |
Add the --disable-experimental option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 6aa412a..ca13493 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -304,7 +304,9 @@ for (i = 0; i < nbins; i++) { <refsect2> <title>Experimental API</title> <para>The experimental API is subject to change or removal without regard - for backward compatibility.</para> + for backward compatibility. If <option>--disable-experimental</option> + is specified during configuration, the experimental API is + omitted.</para> <para>The <function>allocm<parameter/></function>, <function>rallocm<parameter/></function>, |