summaryrefslogtreecommitdiff
path: root/AK/BumpAllocator.h
AgeCommit message (Expand)Author
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