diff options
author | Mike Hommey <mh@glandium.org> | 2012-11-26 17:52:41 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-12-23 19:08:39 (GMT) |
commit | d0357f7a09a6fcbf1df461b07851f61a7f0bdc2d (patch) | |
tree | e9572dd9c9d665405a4e74507e758522ec38534a /INSTALL | |
parent | 1bf2743e08ba66cc141e296812839947223e4370 (diff) | |
download | jemalloc-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-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |