From bfefe564225dec355fad9bc34a17de7b8d35a6bb Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 3 Jan 2023 00:51:53 +0300 Subject: Fix typo in GC_allochblk_nth name * ChangeLog: Fix typo ("GC_allochblk_nth"). * include/private/gc_priv.h (GC_alloc_large): Fix typo in comment ("GC_allochblk_nth"). --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93150d6c..6c48937e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7724,7 +7724,7 @@ parameters; return free list index bound. (GC_merge_unmapped): Don't access nexthdr until after null test. (Fixes bug in 1/29/08 check-in.) (GC_allochblk): Calculate when splitting is allowable only once here, not when considering each -block. (GC_allchblk_nth): Accept new may_split parameter. +block. (GC_allochblk_nth): Accept new may_split parameter. Avoid some redundant tests for exact size matches. * alloc.c (GC_should_collect): Cache min_bytes_allocd. (GC_maybe_gc): Make locking assertion testable. -- cgit v1.2.1