summaryrefslogtreecommitdiffstats
path: root/contrib/jemalloc/ChangeLog
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2014-03-31 17:04:04 +0000
committerjasone <jasone@FreeBSD.org>2014-03-31 17:04:04 +0000
commit1ce979c62d39ed185e1c78ec4a08fbea40f68e54 (patch)
treee426661c22bd12ce26e2912c7d5c5fd8982659e6 /contrib/jemalloc/ChangeLog
parentc7aba972417ecd5f05f92b5ebe388232bdaa7c7f (diff)
downloadFreeBSD-src-1ce979c62d39ed185e1c78ec4a08fbea40f68e54.zip
FreeBSD-src-1ce979c62d39ed185e1c78ec4a08fbea40f68e54.tar.gz
Update jemalloc to version 3.6.0.
Diffstat (limited to 'contrib/jemalloc/ChangeLog')
-rw-r--r--contrib/jemalloc/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/jemalloc/ChangeLog b/contrib/jemalloc/ChangeLog
index c0ca338..d56ee99 100644
--- a/contrib/jemalloc/ChangeLog
+++ b/contrib/jemalloc/ChangeLog
@@ -5,6 +5,30 @@ found in the git revision history:
https://github.com/jemalloc/jemalloc
+* 3.6.0 (March 31, 2014)
+
+ This version contains a critical bug fix for a regression present in 3.5.0 and
+ 3.5.1.
+
+ Bug fixes:
+ - Fix a regression in arena_chunk_alloc() that caused crashes during
+ small/large allocation if chunk allocation failed. In the absence of this
+ bug, chunk allocation failure would result in allocation failure, e.g. NULL
+ return from malloc(). This regression was introduced in 3.5.0.
+ - Fix backtracing for gcc intrinsics-based backtracing by specifying
+ -fno-omit-frame-pointer to gcc. Note that the application (and all the
+ libraries it links to) must also be compiled with this option for
+ backtracing to be reliable.
+ - Use dss allocation precedence for huge allocations as well as small/large
+ allocations.
+ - Fix test assertion failure message formatting. This bug did not manifect on
+ x86_64 systems because of implementation subtleties in va_list.
+ - Fix inconsequential test failures for hash and SFMT code.
+
+ New features:
+ - Support heap profiling on FreeBSD. This feature depends on the proc
+ filesystem being mounted during heap profile dumping.
+
* 3.5.1 (February 25, 2014)
This version primarily addresses minor bugs in test code.
OpenPOWER on IntegriCloud