diff options
author | Jason Evans <jasone@canonware.com> | 2012-11-30 06:13:04 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-11-30 06:13:04 (GMT) |
commit | 6eb84fbe315add1e1d4f8deedc25d260fff3ae97 (patch) | |
tree | 7f48e0c067caa6312f9cc3b2c87f0debe0d10722 /ChangeLog | |
parent | 9906660eb7365abb54e4495407ffddb1069ef654 (diff) | |
download | jemalloc-6eb84fbe315add1e1d4f8deedc25d260fff3ae97.zip jemalloc-6eb84fbe315add1e1d4f8deedc25d260fff3ae97.tar.gz jemalloc-6eb84fbe315add1e1d4f8deedc25d260fff3ae97.tar.bz2 |
Fix "arenas.extend" mallctl to return the number of arenas.
Reported by Mike Hommey.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ found in the git revision history: http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git git://canonware.com/jemalloc.git +* 3.x.x (Not yet released) + + Bug fixes: + - Fix "arenas.extend" mallctl to output the number of arenas. + * 3.2.0 (November 9, 2012) In addition to a couple of bug fixes, this version modifies page run |