ladybird/Libraries/LibJS/Heap
Andreas Kling 98f2da9834 LibJS: Rename Cell::visit_children() => Cell::visit_edges()
The GC heap is really a graph of cells, so "children" didn't quite feel
appropriate here.
2020-11-28 17:16:48 +01:00
..
Allocator.cpp LibJS: Use IntrusiveList for Allocator's block lists 2020-10-07 14:07:31 +02:00
Allocator.h LibJS: Use IntrusiveList for Allocator's block lists 2020-10-07 14:07:31 +02:00
DeferGC.h LibJS: Add DeferGC, a RAII way to prevent GC temporarily 2020-04-19 12:09:32 +02:00
Handle.cpp LibJS: Add missing copyright headers 2020-03-18 20:21:06 +01:00
Handle.h Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Heap.cpp LibJS: Rename Cell::visit_children() => Cell::visit_edges() 2020-11-28 17:16:48 +01:00
Heap.h LibJS: Use a HashTable to identify potential cell pointers in GC scan 2020-11-10 20:28:53 +01:00
HeapBlock.cpp LibJS: Always inline HeapBlock::allocate() 2020-10-04 19:25:49 +02:00
HeapBlock.h LibJS: Use IntrusiveList for Allocator's block lists 2020-10-07 14:07:31 +02:00