diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-17 17:05:56 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-17 17:05:56 (GMT) |
commit | 38e2c8fa9c4a2a0613609b8b88a355670a2f9770 (patch) | |
tree | ad3d8baf6afda51fd45eaba9901abe1fc63058df /ChangeLog | |
parent | 9898051fd16ebd5d29dc27aae5e069fe04486ff3 (diff) | |
download | jemalloc-38e2c8fa9c4a2a0613609b8b88a355670a2f9770.zip jemalloc-38e2c8fa9c4a2a0613609b8b88a355670a2f9770.tar.gz jemalloc-38e2c8fa9c4a2a0613609b8b88a355670a2f9770.tar.bz2 |
Fix ixallocx_prof_sample().
Fix ixallocx_prof_sample() to never modify nor create sampled small
allocations. xallocx() is in general incapable of moving small
allocations, so this fix removes buggy code without loss of generality.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ brevity. Much more detail can be found in the git revision history: https://github.com/jemalloc/jemalloc +* 4.0.2 (XXX) + + Bug fixes: + - Fix ixallocx_prof_sample() to never modify nor create sampled small + allocations. xallocx() is in general incapable of moving small allocations, + so this fix removes buggy code without loss of generality. + * 4.0.1 (September 15, 2015) This is a bugfix release that is somewhat high risk due to the amount of |