summaryrefslogtreecommitdiff
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:40 -0700
commit23f04ef9b7f6b48fd41ae895a21f351e6f549b7d (patch)
treee904849f2949f1adbf8ce7d60462d7855768a959
parent28b7e42e44a1a77218a941d9dfe5bb643d884219 (diff)
downloadjemalloc-rel-4.3.0.tar.gz
Update ChangeLog for 4.3.0.rel-4.3.0
-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)