diff options
author | Jason Evans <je@fb.com> | 2012-04-25 20:12:46 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-04-25 20:12:46 (GMT) |
commit | 6b9ed67b4b9d65731d1eeb7937989ef96288b706 (patch) | |
tree | 5e6b6bafed239c0b9c900b4b2d298ddc8c154a3c /ChangeLog | |
parent | f54166e7ef5313c3b5c773cbb0ca2af95f5a15ae (diff) | |
download | jemalloc-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |