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