mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-19 19:19:18 +00:00
If we're able to allocate cells from a freelist, we should always prefer that over the lazy freelist, since this may further defer faulting in additional memory for the HeapBlock. Thanks to @gunnarbeutner for pointing this out. :^)