diff options
author | Jason Evans <jasone@canonware.com> | 2016-05-11 07:52:59 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-05-11 07:56:30 (GMT) |
commit | 7790a0ba403b02bcb8804534c8120d605b4dc5f4 (patch) | |
tree | 685f3fdfbba7db4890e020fe305b43f1993fa9be /ChangeLog | |
parent | 3a9ec676267cf215ed2591a1060f870daced2472 (diff) | |
download | jemalloc-7790a0ba403b02bcb8804534c8120d605b4dc5f4.zip jemalloc-7790a0ba403b02bcb8804534c8120d605b4dc5f4.tar.gz jemalloc-7790a0ba403b02bcb8804534c8120d605b4dc5f4.tar.bz2 |
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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |