ladybird/Userland/Libraries/LibJS/Heap
2023-03-06 13:05:43 +00:00
..
BlockAllocator.cpp
BlockAllocator.h
Cell.h LibJS: Accept const GCPtrs in Cell::Visitor 2023-03-06 13:05:43 +00:00
CellAllocator.cpp
CellAllocator.h
DeferGC.h
GCPtr.h LibJS: Enforce proper const-propogation with {Nonnull,}GCPtr 2023-03-06 13:05:43 +00:00
Handle.cpp
Handle.h LibJS: Handle both const and non-const Ts in Handle<T>::create() 2023-03-06 13:05:43 +00:00
Heap.cpp LibJS: Add initial support for creating PrimitiveStrings with AK::String 2023-01-15 01:00:20 +00:00
Heap.h LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
HeapBlock.cpp
HeapBlock.h
MarkedVector.cpp
MarkedVector.h