From 506d5923802a930f24dd264588a8d33c05ed085b Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 24 Oct 2015 13:43:21 -0700 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef5cbe1f0..31fc78366 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-24 Barton E. Schaefer + + * 36943 (with updated comment): Src/mem.c: restore scan for + reclaimable blocks in freeheap() [had been removed by 36834] + 2015-10-24 Peter Stephenson * unposted: Src/utils.c: small typo. -- cgit 1.4.1