1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 20:35:06 +00:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Allocator.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DeferGC.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Handle.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Handle.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Heap.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Heap.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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