summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-11-05 00:46:17 (GMT)
committerJason Evans <jasone@canonware.com>2016-11-05 00:46:17 (GMT)
commit9bef119b42d2d5041621f975177fb7dc20fc447c (patch)
treee904849f2949f1adbf8ce7d60462d7855768a959 /ChangeLog
parent8019f4c21caaddb53cbc1cda7a6875947a6d7751 (diff)
parent23f04ef9b7f6b48fd41ae895a21f351e6f549b7d (diff)
downloadjemalloc-4.3.0.zip
jemalloc-4.3.0.tar.gz
jemalloc-4.3.0.tar.bz2
Merge branch 'rel-4.3.0'4.3.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac2e4d3..118df96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,8 @@ brevity. Much more detail can be found in the git revision history:
deadlocks during thread exit. (@jasone)
- Fix over-sized allocation of radix tree leaf nodes. (@mjp41, @ogaun,
@jasone)
+ - Fix over-sized allocation of arena_t (plus associated stats) data
+ structures. (@jasone, @interwq)
- Fix EXTRA_CFLAGS to not affect configuration. (@jasone)
- Fix a Valgrind integration bug. (@ronawho)
- Disallow 0x5a junk filling when running in Valgrind. (@jasone)