ladybird/Libraries/LibJS/Heap
Andreas Kling 2fb3b6c542 LibJS: Make ConservativeVector<T> visit all possible values
We were miscalculating the length of the buffer in pointer-sized chunks,
which is what the conservative root scan cares about.

This could cause some values to be prematurely garbage-collected.
2024-11-12 17:38:21 +01:00
..
BlockAllocator.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BlockAllocator.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Cell.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Cell.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CellAllocator.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CellAllocator.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ConservativeVector.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ConservativeVector.h LibJS: Make ConservativeVector<T> visit all possible values 2024-11-12 17:38:21 +01:00
DeferGC.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
GCPtr.h LibJS: Add RawNonnullGCPtr<T> 2024-11-11 21:40:56 +01:00
Handle.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Handle.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Heap.cpp LibJS: Use correct cell address for HeapFunction captures in GC dumps 2024-11-11 21:40:56 +01:00
Heap.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HeapBlock.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HeapBlock.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HeapFunction.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HeapRoot.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Internals.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
MarkedVector.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
MarkedVector.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00