This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2025-12-31 21:59:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec336c9bc5259a979ab5c17f69d757f4e00a8896
ladybird
/
Userland
/
Libraries
/
LibJS
/
Heap
History
Linus Groh
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05: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: Only use 1 bit for Cell boolean flag
2022-10-24 19:37:36 +02:00
CellAllocator.cpp
…
CellAllocator.h
…
DeferGC.h
…
GCPtr.h
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
2022-12-14 15:21:15 +01:00
Handle.cpp
…
Handle.h
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
2022-12-15 06:56:37 -05:00
Heap.cpp
LibJS: Add Cell::must_survive_garbage_collection() mechanism
2022-10-24 18:06:55 +02:00
Heap.h
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05: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
…