summaryrefslogtreecommitdiff
path: root/AK/BumpAllocator.h
AgeCommit message (Expand)Author
2022-12-06AK: Take the bump-allocated chunk header into account in destroy_all()Ali Mohammad Pur
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-21AK: Fix memory corruption due to BumpAllocator mmap reuseAndreas Kling
2022-11-17AK: Align last bump allocated chunk's end offset to the type size tooAli Mohammad Pur
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-07-19AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmapDaniel Bertalan
2021-10-31AK: Make BumpAllocator work in multi-threaded environmentsBen Wiederhake
2021-10-23AK: Prevent accidental misuse of BumpAllocatorBen Wiederhake
2021-10-23AK: Fix BumpAllocator iteration if last object doesn't alignBen Wiederhake
2021-10-23AK: Check consistency during BumpAllocator allocationBen Wiederhake
2021-09-13AK: Give BumpAllocator a single-block cacheAli Mohammad Pur
2021-08-13AK: Avoid OOB access in UniformBumpAllocator::destroy_all()Ali Mohammad Pur
2021-08-08AK: Use `explode_byte` in BumpAllocator.hDaniel Bertalan
2021-08-04AK: Allow configuring the BumpAllocator chunk sizeTimothy Flynn
2021-08-02AK: Add a simple bump allocatorAli Mohammad Pur