mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-04 17:36:23 +03:00
Allow to disable the zone allocator on Darwin
This commit is contained in:
parent
1bf2743e08
commit
d0357f7a09
3 changed files with 26 additions and 2 deletions
4
INSTALL
4
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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue