ladybird/Userland/Libraries/LibJS/Heap
Andreas Kling 3945e1a82a LibJS: Make JS::Cell a Weakable
This makes things easier downstream of Cell, and is preparation for
using weak pointers in prototype chain property caches.
2024-05-04 21:42:59 +02:00
..
BlockAllocator.cpp LibJS+AK: Register GC memory as root regions for LeakSanitizer 2024-04-03 12:41:02 +02:00
BlockAllocator.h LibJS: Never give back virtual memory once it belongs to a cell type 2023-12-31 15:35:56 +01:00
Cell.cpp
Cell.h LibJS: Make JS::Cell a Weakable 2024-05-04 21:42:59 +02:00
CellAllocator.cpp LibJS: Save min and max block addresses in CellAllocator 2024-04-24 11:42:15 +02:00
CellAllocator.h LibJS: Save min and max block addresses in CellAllocator 2024-04-24 11:42:15 +02:00
ConservativeVector.cpp LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
ConservativeVector.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
DeferGC.h
GCPtr.h LibJSGCVerifier: Support marking GCPtr members as raw references 2024-04-06 06:59:36 +02:00
Handle.cpp
Handle.h
Heap.cpp LibJS: Make JS::Cell a Weakable 2024-05-04 21:42:59 +02:00
Heap.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
HeapBlock.cpp LibJS: Show class in SerenityOS mmap name for type-specific allocators 2023-12-31 15:35:56 +01:00
HeapBlock.h LibJSGCVerifier: Support marking GCPtr members as raw references 2024-04-06 06:59:36 +02:00
HeapFunction.h LibJS: Allow JS::create_heap_function to accept a lambda 2024-01-27 21:40:25 -05:00
HeapRoot.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
Internals.h
MarkedVector.cpp
MarkedVector.h