summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2012-11-26 17:52:41 (GMT)
committerJason Evans <jasone@canonware.com>2012-12-23 19:08:39 (GMT)
commitd0357f7a09a6fcbf1df461b07851f61a7f0bdc2d (patch)
treee9572dd9c9d665405a4e74507e758522ec38534a /INSTALL
parent1bf2743e08ba66cc141e296812839947223e4370 (diff)
downloadjemalloc-d0357f7a09a6fcbf1df461b07851f61a7f0bdc2d.zip
jemalloc-d0357f7a09a6fcbf1df461b07851f61a7f0bdc2d.tar.gz
jemalloc-d0357f7a09a6fcbf1df461b07851f61a7f0bdc2d.tar.bz2
Allow to disable the zone allocator on Darwin
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7c2ed68..9bd1dac 100644
--- a/INSTALL
+++ b/INSTALL
@@ -141,6 +141,10 @@ any of the following arguments (not a definitive list) to 'configure':
--disable-experimental
Disable support for the experimental API (*allocm()).
+--disable-zone-allocator
+ Disable zone allocator for Darwin. This means jemalloc won't be hooked as
+ the default allocator on OSX/iOS.
+
--enable-utrace
Enable utrace(2)-based allocation tracing. This feature is not broadly
portable (FreeBSD has it, but Linux and OS X do not).