mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Remove quarantine support.
This commit is contained in:
parent
9a8add1510
commit
ba5c709517
24 changed files with 51 additions and 519 deletions
6
INSTALL
6
INSTALL
|
|
@ -165,9 +165,9 @@ any of the following arguments (not a definitive list) to 'configure':
|
|||
normal jemalloc operation.
|
||||
|
||||
--disable-fill
|
||||
Disable support for junk/zero filling of memory, quarantine, and redzones.
|
||||
See the "opt.junk", "opt.zero", "opt.quarantine", and "opt.redzone" option
|
||||
documentation for usage details.
|
||||
Disable support for junk/zero filling of memory and redzones. See the
|
||||
"opt.junk", "opt.zero", and "opt.redzone" option documentation for usage
|
||||
details.
|
||||
|
||||
--disable-zone-allocator
|
||||
Disable zone allocator for Darwin. This means jemalloc won't be hooked as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue