aboutsummaryrefslogtreecommitdiff
path: root/BumpAlloc.h
Commit message (Collapse)AuthorAgeFilesLines
* feat!: Refactor using MemoryManagerSyndamia2026-05-121-9/+2
| | | | | | | | The idea is to provide a universal memory management "API", through which you allocate and deallocate. This allows our implementations (for String and Vector) to be more generic. It does also allow usage of different allocators depending on situation.
* feat!: Function rename and standardizeSyndamia2026-04-211-6/+6
|
* feat!: Initial implementationSyndamia2026-04-211-0/+16