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-06-13
LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems
Andreas Kling
2021-06-12
LibJS: Generify the garbage collector's weak container notifications
Idan Horowitz
2021-06-09
LibJS: Notify WeakSets when heap cells are sweeped
Idan Horowitz
2021-06-06
LibJS: Add dbgln() to Heap::allocator_for_size() before crashing
Linus Groh
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-28
LibJS: Poison unused heap blocks until they are re-allocated
Andrew Kaster
2021-05-28
LibJS: Add inline capacity to BlockAllocator's blocks Vector
Idan Horowitz
2021-05-27
LibJS: Update mmap name after recycling a HeapBlock :^)
Andreas Kling
2021-05-27
LibJS: Make sure aligned_alloc() doesn't return a null pointer
Gunnar Beutner
2021-05-27
LibJS: Remove unused HeapBlock::operator delete()
Andreas Kling
2021-05-27
LibJS: Make BlockAllocator use free() on non-Serenity platforms
Andreas Kling
2021-05-27
LibJS: Rename Allocator => CellAllocator
Andreas Kling
2021-05-27
LibJS: Recycle up to 64 HeapBlocks to improve performance :^)
Andreas Kling
2021-05-25
LibJS: Fix broken dbgln_if(HEAP_DEBUG)
Andreas Kling
2021-05-25
LibJS: Fix clang-tidy warnings about redundant types in Heap.cpp
Andreas Kling
2021-05-25
LibJS: Make Value::as_cell() return a Cell&
Andreas Kling
2021-05-25
LibJS: Make Cell::Visitor::visit_impl() take a Cell&
Andreas Kling
2021-05-25
LibJS: Replace Cell live bit with a cell state
Andreas Kling
2021-05-25
LibJS: Inline Cell::Visitor::visit() functions
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-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