Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | LibJS: Remove unused header includes | Brian Gianforcaro |
2021-05-28 | LibJS: Poison unused heap blocks until they are re-allocated | Andrew Kaster |
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: Make BlockAllocator use free() on non-Serenity platforms | Andreas Kling |
2021-05-27 | LibJS: Recycle up to 64 HeapBlocks to improve performance :^) | Andreas Kling |