summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap/BlockAllocator.cpp
AgeCommit message (Expand)Author
2021-08-01LibJS: Remove unused header includesBrian Gianforcaro
2021-05-28LibJS: Poison unused heap blocks until they are re-allocatedAndrew Kaster
2021-05-27LibJS: Update mmap name after recycling a HeapBlock :^)Andreas Kling
2021-05-27LibJS: Make sure aligned_alloc() doesn't return a null pointerGunnar Beutner
2021-05-27LibJS: Make BlockAllocator use free() on non-Serenity platformsAndreas Kling
2021-05-27LibJS: Recycle up to 64 HeapBlocks to improve performance :^)Andreas Kling