serenity/Userland/Libraries/LibJS/Heap
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
..
Allocator.cpp
Allocator.h
DeferGC.h
Handle.cpp
Handle.h
Heap.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Heap.h
HeapBlock.cpp LibJS: Add some basic freelist validation for the GC heap 2021-02-13 00:40:49 +01:00
HeapBlock.h LibJS: Add some basic freelist validation for the GC heap 2021-02-13 00:40:49 +01:00