You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove misleading requirement comment on fake_chunk size
fake_chunk->size is not used in computing its value after backward
consolidation. It is actually overwritten by b->size + b->prev_size.
The original comment stated that fake_chunk->size must be in the
smallbins range, which is incorrect.
0 commit comments