diff options
author | Jason Evans <je@fb.com> | 2012-02-29 04:49:22 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-02-29 04:49:22 (GMT) |
commit | 777c191485452251fbecfe6638a4a54c651e25b3 (patch) | |
tree | 32481f1fb30aa3f8eff760a25b13fe01cc573cda /INSTALL | |
parent | d073a321091800e71ea56f98701253dc0969d879 (diff) | |
download | jemalloc-777c191485452251fbecfe6638a4a54c651e25b3.zip jemalloc-777c191485452251fbecfe6638a4a54c651e25b3.tar.gz jemalloc-777c191485452251fbecfe6638a4a54c651e25b3.tar.bz2 |
Enable support for junk/zero filling by default.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |