summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-03-19 04:06:58 (GMT)
committerJason Evans <jasone@canonware.com>2015-03-19 04:06:58 (GMT)
commite0a08a14962c8d6b09fd25ba9f3f6c57d5a4f844 (patch)
tree15d18397eff3d01c9989bfa83bbbba88b4bf71ca /ChangeLog
parent8d6a3e8321a7767cb2ca0930b85d5d488a8cc659 (diff)
downloadjemalloc-e0a08a14962c8d6b09fd25ba9f3f6c57d5a4f844.zip
jemalloc-e0a08a14962c8d6b09fd25ba9f3f6c57d5a4f844.tar.gz
jemalloc-e0a08a14962c8d6b09fd25ba9f3f6c57d5a4f844.tar.bz2
Restore --enable-ivsalloc.
However, unlike before it was removed do not force --enable-ivsalloc when Darwin zone allocator integration is enabled, since the zone allocator code uses ivsalloc() regardless of whether malloc_usable_size() and sallocx() do. This resolves #211.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ef7dbfd..a462d02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -133,8 +133,6 @@ found in the git revision history:
- Remove the "stats.huge.allocated", "stats.huge.nmalloc", and
"stats.huge.ndalloc" mallctls.
- Remove the --enable-mremap option.
- - Remove the --enable-ivsalloc option, and merge its functionality into
- --enable-debug.
- Remove the "stats.chunks.current", "stats.chunks.total", and
"stats.chunks.high" mallctls.