index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Heap
/
HeapBlock.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
DevTools+LibJS+LibWeb: Change class_name to use StringView
Lenny Maiorani
2021-05-29
LibJS: Instrument HeapBlock cell allocation for ASAN
Andrew Kaster
2021-05-29
LibJS: Expose minimum possible cell size of JS::Heap
Andrew Kaster
2021-05-29
LibJS: Remove unused HeapBlock private member function
Andrew Kaster
2021-05-27
LibJS: Remove unused HeapBlock::operator delete()
Andreas Kling
2021-05-25
LibJS: Replace Cell live bit with a cell state
Andreas Kling
2021-05-17
LibJS: Don't consider cells in the lazy freelist in conservative scan
Andreas Kling
2021-05-17
LibJS: Always prefer freelist over lazy freelist if possible
Andreas Kling
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
2021-05-17
LibJS: Implement lazy freelist allocation for cells
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-13
LibJS: Add some basic freelist validation for the GC heap
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling