Files
ladybird/Userland/Libraries/LibJS/Heap/HeapBlock.cpp
Andreas Kling e1dbf74f15 LibJS: Add some basic freelist validation for the GC heap
When using the freelist, we now validate that the entries are actual
cell pointers within the current HeapBlock.
2021-02-13 00:40:49 +01:00

3.1 KiB