summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-25 03:07:17 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-25 03:07:17 (GMT)
commite9192eacf8935e29fc62fddc2701f7942b1cc02c (patch)
treed20a95d9c02f1135e4352be0752372a8fc6073eb /ChangeLog
parent486d249fb4715fd3de679b6c2a04f7e657883111 (diff)
parent02709688e09325026be402b63400f88e587293d7 (diff)
downloadjemalloc-4.0.3.zip
jemalloc-4.0.3.tar.gz
jemalloc-4.0.3.tar.bz2
Merge branch 'dev'4.0.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58e4462..e3b0a51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,20 @@ brevity. Much more detail can be found in the git revision history:
https://github.com/jemalloc/jemalloc
+* 4.0.3 (September 24, 2015)
+
+ This bugfix release continues the trend of xallocx() and heap profiling fixes.
+
+ Bug fixes:
+ - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large
+ allocations when --enable-cache-oblivious configure option is enabled.
+ - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
+ when resizing from/to a size class that is not a multiple of the chunk size.
+ - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap
+ profile dumping started.
+ - Work around a potentially bad thread-specific data initialization
+ interaction with NPTL (glibc's pthreads implementation).
+
* 4.0.2 (September 21, 2015)
This bugfix release addresses a few bugs specific to heap profiling.