1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-24 08:52:06 +00:00
serenity/Userland/Libraries/LibJS/Heap
2023-03-06 13:05:43 +00:00
..
BlockAllocator.cpp Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
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 Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
HeapBlock.h
MarkedVector.cpp
MarkedVector.h