summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-15 06:32:26 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-15 06:57:09 (GMT)
commit23f6e103c871b4db5b315caf1a8d5c46d9675691 (patch)
tree00cb2ca0db6f73b72e413542dc9d14c51eeed7cf /ChangeLog
parentce9a4e34795a22838b97a5f10cd8090ab21f22fd (diff)
downloadjemalloc-23f6e103c871b4db5b315caf1a8d5c46d9675691.zip
jemalloc-23f6e103c871b4db5b315caf1a8d5c46d9675691.tar.gz
jemalloc-23f6e103c871b4db5b315caf1a8d5c46d9675691.tar.bz2
Fix ixallocx_prof_sample() argument order reversal.
Fix ixallocx_prof() to pass usize_max and zero to ixallocx_prof_sample() in the correct order.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21edac0..95a4ac5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,8 @@ brevity. Much more detail can be found in the git revision history:
the result throughout the relevant functions that handle an allocation
event. Also add a missing check in prof_realloc(). These fixes protect
allocation events against concurrent prof_active changes.
+ - Fix ixallocx_prof() to pass usize_max and zero to ixallocx_prof_sample() in
+ the correct order.
* 4.0.0 (August 17, 2015)