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
Age
Commit message (
Expand
)
Author
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-05-14
LibJS: Make sure all allocators are 8-byte aligned
Andrew Kaster
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibJS: Use 'if constexpr' instead of '#if HEAP_DEBUG'
Linus Groh
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-08
LibJS: Use dbgln_if in Heap.cpp
Hendiadyoin1
2021-03-28
LibJS: Fix m_allocations_since_last_gc initialization value
Linus Groh
2021-03-21
LibJS: Always inline Cell::vm() and Cell::heap()
Andreas Kling
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
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-02-12
LibJS: Randomize GC heap block locations
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling