diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-17 17:17:55 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-17 17:17:55 (GMT) |
commit | 4be9c79f881066f4d3424d45d7845c03e1032d3c (patch) | |
tree | da0082a1648bc2d8e5fee1a7d93d3a806303867f /ChangeLog | |
parent | 38e2c8fa9c4a2a0613609b8b88a355670a2f9770 (diff) | |
download | jemalloc-4be9c79f881066f4d3424d45d7845c03e1032d3c.zip jemalloc-4be9c79f881066f4d3424d45d7845c03e1032d3c.tar.gz jemalloc-4be9c79f881066f4d3424d45d7845c03e1032d3c.tar.bz2 |
Fix irallocx_prof_sample().
Fix irallocx_prof_sample() to always allocate large regions, even when
alignment is non-zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ brevity. Much more detail can be found in the git revision history: - 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. + - Fix irallocx_prof_sample() to always allocate large regions, even when + alignment is non-zero. * 4.0.1 (September 15, 2015) |