index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
BumpAllocator.h
Age
Commit message (
Expand
)
Author
2023-03-09
AK: Replace C-style casts
Sam Atkins
2022-12-06
AK: Take the bump-allocated chunk header into account in destroy_all()
Ali Mohammad Pur
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-11-21
AK: Fix memory corruption due to BumpAllocator mmap reuse
Andreas Kling
2022-11-17
AK: Align last bump allocated chunk's end offset to the type size too
Ali Mohammad Pur
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-07-19
AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmap
Daniel Bertalan
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