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
2026-05-19 17:49:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbf653c425dc4d3dfea7e1024fede0dec3cbf1fc
ladybird
/
Userland
/
Libraries
/
LibJS
/
Heap
History
Andreas Kling
b458090d14
LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems
...
These are just ignored by the BlockAllocator anyway.
2021-06-13 19:11:29 +02:00
..
BlockAllocator.cpp
LibJS: Poison unused heap blocks until they are re-allocated
2021-05-28 07:59:41 +02:00
BlockAllocator.h
LibJS: Add inline capacity to BlockAllocator's blocks Vector
2021-05-28 00:07:24 +01:00
Cell.h
…
CellAllocator.cpp
LibJS: Rename Allocator => CellAllocator
2021-05-27 19:56:12 +02:00
CellAllocator.h
LibJS: Rename Allocator => CellAllocator
2021-05-27 19:56:12 +02:00
DeferGC.h
…
Handle.cpp
…
Handle.h
…
Heap.cpp
LibJS: Generify the garbage collector's weak container notifications
2021-06-12 10:44:28 +01:00
Heap.h
LibJS: Generify the garbage collector's weak container notifications
2021-06-12 10:44:28 +01:00
HeapBlock.cpp
LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems
2021-06-13 19:11:29 +02:00
HeapBlock.h
LibJS: Instrument HeapBlock cell allocation for ASAN
2021-05-29 17:47:29 +01:00