summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-02-29 04:49:22 (GMT)
committerJason Evans <je@fb.com>2012-02-29 04:49:22 (GMT)
commit777c191485452251fbecfe6638a4a54c651e25b3 (patch)
tree32481f1fb30aa3f8eff760a25b13fe01cc573cda /INSTALL
parentd073a321091800e71ea56f98701253dc0969d879 (diff)
downloadjemalloc-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--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index b84fb1b..4d3e1af 100644
--- a/INSTALL
+++ b/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