summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap/HeapBlock.cpp
AgeCommit message (Expand)Author
2021-09-11LibJS: Fix ASAN poisoning range in new HeapBlocksAndreas Kling
2021-06-13LibJS: Don't generate unused HeapBlock names on non-SerenityOS systemsAndreas Kling
2021-05-29LibJS: Instrument HeapBlock cell allocation for ASANAndrew Kaster
2021-05-27LibJS: Remove unused HeapBlock::operator delete()Andreas Kling
2021-05-27LibJS: Recycle up to 64 HeapBlocks to improve performance :^)Andreas Kling
2021-05-25LibJS: Replace Cell live bit with a cell stateAndreas Kling
2021-05-17LibJS: Implement lazy freelist allocation for cellsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-13LibJS: Add some basic freelist validation for the GC heapAndreas Kling
2021-02-12LibJS: Randomize GC heap block locationsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling