Files
ladybird/Libraries/LibJS/Heap/Allocator.cpp
Andreas Kling c541310e19 LibJS: Use IntrusiveList for Allocator's block lists
This way we don't need to deal with shifting vector storage, and most
operations are upgraded from O(n) to O(1) :^)
2020-10-07 14:07:31 +02:00

2.2 KiB