aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-11-04 15:15:24 -0700
committerJason Evans <jasone@canonware.com>2016-11-04 15:15:24 -0700
commite0a9e78374f56bc7a27258ced08d89bfc436d8af (patch)
tree1bbcd8b2a88f84e2d26e774e78c887f890282148 /ChangeLog
parentd30b3ea51a6cb3abe88251a0fd769b0438c88a6e (diff)
downloadplatform_external_jemalloc_new-e0a9e78374f56bc7a27258ced08d89bfc436d8af.tar.gz
platform_external_jemalloc_new-e0a9e78374f56bc7a27258ced08d89bfc436d8af.tar.bz2
platform_external_jemalloc_new-e0a9e78374f56bc7a27258ced08d89bfc436d8af.zip
Update ChangeLog for 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 ac2e4d3c..118df96f 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)