summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-04-25 20:12:46 (GMT)
committerJason Evans <je@fb.com>2012-04-25 20:12:46 (GMT)
commit6b9ed67b4b9d65731d1eeb7937989ef96288b706 (patch)
tree5e6b6bafed239c0b9c900b4b2d298ddc8c154a3c /ChangeLog
parentf54166e7ef5313c3b5c773cbb0ca2af95f5a15ae (diff)
downloadjemalloc-6b9ed67b4b9d65731d1eeb7937989ef96288b706.zip
jemalloc-6b9ed67b4b9d65731d1eeb7937989ef96288b706.tar.gz
jemalloc-6b9ed67b4b9d65731d1eeb7937989ef96288b706.tar.bz2
Fix the "epoch" mallctl.
Fix the "epoch" mallctl to update cached stats even if the passed in epoch is 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c93f5df..691630b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,6 +81,8 @@ found in the git revision history:
- Check for NULL pointer in malloc_usable_size().
- Fix an off-by-one heap profile statistics bug that could be observed in
interval- and growth-triggered heap profiles.
+ - Fix the "epoch" mallctl to update cached stats even if the passed in epoch
+ is 0.
- Fix bin->runcur management to fix a layout policy bug. This bug did not
affect correctness.
- Fix a bug in choose_arena_hard() that potentially caused more arenas to be