summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-10-24 13:43:21 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-10-24 13:43:21 -0700
commit506d5923802a930f24dd264588a8d33c05ed085b (patch)
tree50704feee37108f2f091bcfbc291beaa962482d1 /ChangeLog
parent272119b774a5227e8778e5f86b4a519db89ab0fa (diff)
downloadzsh-506d5923802a930f24dd264588a8d33c05ed085b.tar.gz
zsh-506d5923802a930f24dd264588a8d33c05ed085b.tar.xz
zsh-506d5923802a930f24dd264588a8d33c05ed085b.zip
36943: restore scan for reclaimable blocks in freeheap()
That scan had been removed by 36834, but testing showed memory usage
climbing too high in cases where a new arena was always added at the
end of the heap list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef5cbe1f0..31fc78366 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-24  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 36943 (with updated comment): Src/mem.c: restore scan for
+	reclaimable blocks in freeheap() [had been removed by 36834]
+
 2015-10-24  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* unposted: Src/utils.c: small typo.