aboutsummaryrefslogtreecommitdiff
path: root/BumpAlloc.c
Commit message (Collapse)AuthorAgeFilesLines
* feat!: Refactor using MemoryManagerSyndamia2026-05-121-56/+77
| | | | | | | | 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.
* fix(B_destroy): free arena pointer itselfSyndamia2026-04-211-3/+4
|
* fix(B_resize): Fix size calculations and settingSyndamia2026-04-211-3/+2
|
* feat!: Function rename and standardizeSyndamia2026-04-211-7/+7
|
* feat!: Initial implementationSyndamia2026-04-211-0/+116