diff options
author | Jason Evans <je@fb.com> | 2010-12-04 01:02:16 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2010-12-04 01:02:16 (GMT) |
commit | 0e8d3d2cb9b3c9048b43588271a1e3a837ab186e (patch) | |
tree | ff0edcf0e21d136ddf6ffda51b1a205d9f12e646 /jemalloc | |
parent | ecf229a39fc253da39ae6baeab9f5c1955786ff6 (diff) | |
download | jemalloc-0e8d3d2cb9b3c9048b43588271a1e3a837ab186e.zip jemalloc-0e8d3d2cb9b3c9048b43588271a1e3a837ab186e.tar.gz jemalloc-0e8d3d2cb9b3c9048b43588271a1e3a837ab186e.tar.bz2 |
Updated ChangeLog for 2.1.0.
Diffstat (limited to 'jemalloc')
-rw-r--r-- | jemalloc/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jemalloc/ChangeLog b/jemalloc/ChangeLog index 7b7da78..e32a588 100644 --- a/jemalloc/ChangeLog +++ b/jemalloc/ChangeLog @@ -6,6 +6,23 @@ found in the git revision history: http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git git://canonware.com/jemalloc.git +* 2.1.0 + + This version incorporates some optimizations that can't quite be considered + bug fixes. + + New features: + - Use Linux's mremap(2) for huge object reallocation when possible. + - Avoid locking in mallctl*() when possible. + - Add the "thread.[de]allocatedp" mallctl's. + - Convert the manual page source from roff to DocBook, and generate both roff + and HTML manuals. + + Bug fixes: + - Fix a crash due to incorrect bootstrap ordering. This only impacted + --enable-debug --enable-dss configurations. + - Fix a minor statistics bug for mallctl("swap.avail", ...). + * 2.0.1 Bug fixes: |