ladybird/Libraries/LibJS/Heap
Andreas Kling bbd3192535 LibJS: Add API for doing GC with a little debug log report at end
You can now pass print_report=true to Heap::collect_garbage() and it
will print out a little summary of the time spent, and counts of
live vs freed cells and blocks.
2020-08-16 20:33:56 +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 LibJS: Add missing copyright headers 2020-03-18 20:21:06 +01:00
Heap.cpp LibJS: Add API for doing GC with a little debug log report at end 2020-08-16 20:33:56 +02:00
Heap.h LibJS: Add API for doing GC with a little debug log report at end 2020-08-16 20:33:56 +02:00
HeapBlock.cpp LibJS: Fix undefined behavior in HeapBlock 2020-06-01 17:37:44 +02:00
HeapBlock.h AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00