aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-05-11 00:52:59 -0700
committerJason Evans <jasone@canonware.com>2016-05-11 00:56:30 -0700
commit7790a0ba403b02bcb8804534c8120d605b4dc5f4 (patch)
tree685f3fdfbba7db4890e020fe305b43f1993fa9be /ChangeLog
parent3a9ec676267cf215ed2591a1060f870daced2472 (diff)
downloadjemalloc-7790a0ba403b02bcb8804534c8120d605b4dc5f4.tar.gz
Fix chunk accounting related to triggering gdump profiles.
Fix in place huge reallocation to update the chunk counters that are used for triggering gdump profiles.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68dedfa..a939094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@ brevity. Much more detail can be found in the git revision history:
to avoid unfortunate interactions during fork(2). (@jasone)
Bug fixes:
+ - Fix chunk accounting related to triggering gdump profiles. (@jasone)
- Link against librt for clock_gettime(2) if glibc < 2.17. (@jasone)
- Scale leak report summary according to sampling probability. (@jasone)