mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Enable support for junk/zero filling by default.
This commit is contained in:
parent
d073a32109
commit
777c191485
2 changed files with 7 additions and 6 deletions
4
INSTALL
4
INSTALL
|
|
@ -99,8 +99,8 @@ any of the following arguments (not a definitive list) to 'configure':
|
|||
Enable support for page allocation/deallocation via sbrk(2), in addition to
|
||||
mmap(2).
|
||||
|
||||
--enable-fill
|
||||
Enable support for junk/zero filling of memory. See the "opt.junk"/
|
||||
--disable-fill
|
||||
Disable support for junk/zero filling of memory. See the "opt.junk"/
|
||||
"opt.zero" option documentation for usage details.
|
||||
|
||||
--enable-xmalloc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue