diff options
author | Jason Evans <jasone@canonware.com> | 2015-03-19 04:06:58 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-03-19 04:06:58 (GMT) |
commit | e0a08a14962c8d6b09fd25ba9f3f6c57d5a4f844 (patch) | |
tree | 15d18397eff3d01c9989bfa83bbbba88b4bf71ca /ChangeLog | |
parent | 8d6a3e8321a7767cb2ca0930b85d5d488a8cc659 (diff) | |
download | jemalloc-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-- | ChangeLog | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |