Age | Commit message (Expand) | Author |
---|---|---|
2021-10-31 | AK: Make BumpAllocator work in multi-threaded environments | Ben Wiederhake |
2021-10-23 | AK: Prevent accidental misuse of BumpAllocator | Ben Wiederhake |
2021-10-23 | AK: Fix BumpAllocator iteration if last object doesn't align | Ben Wiederhake |
2021-10-23 | AK: Check consistency during BumpAllocator allocation | Ben Wiederhake |
2021-09-13 | AK: Give BumpAllocator a single-block cache | Ali Mohammad Pur |
2021-08-13 | AK: Avoid OOB access in UniformBumpAllocator::destroy_all() | Ali Mohammad Pur |
2021-08-08 | AK: Use `explode_byte` in BumpAllocator.h | Daniel Bertalan |
2021-08-04 | AK: Allow configuring the BumpAllocator chunk size | Timothy Flynn |
2021-08-02 | AK: Add a simple bump allocator | Ali Mohammad Pur |