1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00
ladybird/Userland/Libraries/LibJS/Heap
2024-07-18 09:43:38 +01:00
..
BlockAllocator.cpp Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +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 LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
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 LibJS: Make GC deferral friendship based 2023-09-25 13:19:25 +02:00
GCPtr.h LibJS: Demote VERIFY in GCPtr to ASSERT 2024-07-10 07:03:20 +02:00
Handle.cpp LibJS: Add source location for Handle nodes in GC graph dumper output 2023-09-24 14:55:32 +02:00
Handle.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Heap.cpp LibJS: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
Heap.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
HeapBlock.cpp Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
HeapBlock.h LibJSGCVerifier: Support marking GCPtr members as raw references 2024-04-06 06:59:36 +02:00
HeapFunction.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
HeapRoot.h LibJS: Add ConservativeVector<T> 2024-02-22 16:44:54 +01:00
Internals.h LibJS: Lower HeapBlock size to 4 KiB 2023-11-19 12:10:31 +01:00
MarkedVector.cpp
MarkedVector.h LibJS: Add source location for Handle nodes in GC graph dumper output 2023-09-24 14:55:32 +02:00