summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-01-03 00:51:53 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-03 12:29:41 +0300
commitbfefe564225dec355fad9bc34a17de7b8d35a6bb (patch)
tree42ac23a749b775ee1ab4823e501a0f7bdd843d25 /ChangeLog
parent0f6327de9460e027aa10d153e94c77af048dce10 (diff)
downloadbdwgc-bfefe564225dec355fad9bc34a17de7b8d35a6bb.tar.gz
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").
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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.