diff options
| author | Jason Evans <je@fb.com> | 2011-02-01 04:12:32 (GMT) |
|---|---|---|
| committer | Jason Evans <je@fb.com> | 2011-02-01 04:12:32 (GMT) |
| commit | a73ebd946ab00cacf9bbad6a5edf6aea50c18c0f (patch) | |
| tree | c010f45dadcf57cd2f2bd67ef5ffba0b03e6e602 /jemalloc/ChangeLog | |
| parent | 1c4b088b08d3bc7617a34387e196ce03716160bf (diff) | |
| parent | ada55b2e926dd3200a88cfe5ed84b3ea1d4de25f (diff) | |
| download | jemalloc-2.1.1.zip jemalloc-2.1.1.tar.gz jemalloc-2.1.1.tar.bz2 | |
Merge branch 'dev'2.1.1
Diffstat (limited to 'jemalloc/ChangeLog')
| -rw-r--r-- | jemalloc/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/jemalloc/ChangeLog b/jemalloc/ChangeLog index e32a588..fc2f894 100644 --- a/jemalloc/ChangeLog +++ b/jemalloc/ChangeLog @@ -6,6 +6,14 @@ found in the git revision history: http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git git://canonware.com/jemalloc.git +* 2.1.1 + + Bug Fixes: + - Fix aligned huge reallocation (affected allocm()). + - Fix the ALLOCM_LG_ALIGN macro definition. + - Fix a heap dumping deadlock. + - Fix a "thread.arena" mallctl bug. + * 2.1.0 This version incorporates some optimizations that can't quite be considered @@ -27,7 +35,7 @@ found in the git revision history: Bug fixes: - Fix a race condition in heap profiling that could cause undefined behavior - if opt.prof_accum were disabled. + if "opt.prof_accum" were disabled. - Add missing mutex unlocks for some OOM error paths in the heap profiling code. - Fix a compilation error for non-C99 builds. |
