aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-03-02 17:47:37 -0800
committerJason Evans <je@fb.com>2012-03-02 17:47:37 -0800
commit7e77eaffffe5c73d44ee64b14ba4b3d7693179d6 (patch)
tree71c25903b997ddb36190f06b4e238830f27916e3 /INSTALL
parent7b398aca3bfa558774548ffed6c1a8baba46cc79 (diff)
downloadjemalloc-7e77eaffffe5c73d44ee64b14ba4b3d7693179d6.tar.gz
Add the --disable-experimental option.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 92cd085..c0ae106 100644
--- a/INSTALL
+++ b/INSTALL
@@ -116,6 +116,9 @@ any of the following arguments (not a definitive list) to 'configure':
Disable support for junk/zero filling of memory. See the "opt.junk"/
"opt.zero" option documentation for usage details.
+--disable-experimental
+ Disable support for the experimental API (*allocm()).
+
--enable-xmalloc
Enable support for optional immediate termination due to out-of-memory
errors, as is commonly implemented by "xmalloc" wrapper function for malloc.