diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-15 06:32:26 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-15 06:57:09 (GMT) |
commit | 23f6e103c871b4db5b315caf1a8d5c46d9675691 (patch) | |
tree | 00cb2ca0db6f73b72e413542dc9d14c51eeed7cf /ChangeLog | |
parent | ce9a4e34795a22838b97a5f10cd8090ab21f22fd (diff) | |
download | jemalloc-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |