Space to comment.

This commit is contained in:
win7-7 2019-04-29 12:32:23 +03:00 committed by Roy Tam
commit 0e23aedfcd

View file

@ -354,6 +354,7 @@ struct SortedArenaListSegment
* be treated as an invariant, however, as the free lists may be cleared,
* leaving arenas previously used for allocation partially full. Sorting order
* is restored during sweeping.
* Arenas following the cursor should not be full.
*/
class ArenaList {