Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-01 | Simple arena implementation using singly linked list | Aryadev Chavali | |
Manages individual allocations via a bump allocator (region), with unfit allocations triggering a new region allocation that is added to a linked list. Any new region allocations will always be oversized for the initially requested size, to amortize the cost of future allocations. | |||
2024-10-24 | VEC_MULT may be set as user, so have a #if guard. | Aryadev Chavali | |
2024-10-24 | Use VEC_MULT in vec_ensure_remaining | Aryadev Chavali | |
2024-10-24 | Clean up macros in vec.h | Aryadev Chavali | |
2024-10-01 | Vector library | Aryadev Chavali | |