summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-17 17:17:55 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-17 17:17:55 (GMT)
commit4be9c79f881066f4d3424d45d7845c03e1032d3c (patch)
treeda0082a1648bc2d8e5fee1a7d93d3a806303867f /ChangeLog
parent38e2c8fa9c4a2a0613609b8b88a355670a2f9770 (diff)
downloadjemalloc-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 619c522..b5e10c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)