aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-04-15 12:09:48 -0700
committerJason Evans <je@fb.com>2014-04-15 12:09:48 -0700
commit4d434adb146375ad17f0d5e994ed5728d2942e3f (patch)
treef819a7cef393ab203a738a1da01cb6223675f8de /INSTALL
parent644d414bc9ab52efbbf7ebeb350170106ec1f937 (diff)
downloadjemalloc-4d434adb146375ad17f0d5e994ed5728d2942e3f.tar.gz
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Make dss non-optional on all platforms which support sbrk(2). Fix the "arena.<i>.dss" mallctl to return an error if "primary" or "secondary" precedence is specified, but sbrk(2) is not supported.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 55c919a..07f51d1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -145,10 +145,6 @@ any of the following arguments (not a definitive list) to 'configure':
memory allocation algorithm that causes semi-permanent VM map holes under
normal jemalloc operation.
---enable-dss
- Enable support for page allocation/deallocation via sbrk(2), in addition to
- mmap(2).
-
--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