Skip to content

Commit c9700f8

Browse files
bickets -> buckets
1 parent 61b8d5d commit c9700f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/Memory/HeapBucket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ The sequence of things we do to allow allocations during concurrent sweep is des
14701470
1. At the beginning of concurrrent sweep we decide if we will benefit from allowing allocations during concurrent
14711471
sweep for any of the buckets. If there is at-least one bucket for which we think we will benefit we will turn on
14721472
allocations during concurrent sweep. Once turned on we will attempt to enable allocations during concurrent sweep
1473-
for all supported buckets (i.e. small/medium, normal/leaf, non-finalizable buckets.write barrier bickets are supported
1473+
for all supported buckets (i.e. small/medium, normal/leaf, non-finalizable buckets.write barrier buckets are supported
14741474
as well.).
14751475
2. If allocations are turned on during concurrent sweep, we will see if there are any allocable blocks in the
14761476
heapBlockList after the nextAllocableBlockHead. If we find any such blocks, we move them to a SLIST that the

0 commit comments

Comments
 (0)