summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
AgeCommit message (Expand)Author
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2023-12-20alloc: Add attr(nodiscard) to a few functionsTavian Barnes
2023-12-18config: New variadic attr(...) macroTavian Barnes
2023-11-23alloc: New helpers for growing dynamic arraysTavian Barnes
2023-11-23alloc: New helpers for aligned reallocationTavian Barnes
2023-11-23alloc: New is_aligned() helperTavian Barnes
2023-11-09config: Add (de)allocator attributesTavian Barnes
2023-10-06alloc: Test allocation size overflowsTavian Barnes
2023-08-31alloc: New varena_grow() functionTavian Barnes
2023-08-31alloc: New [v]arena_clear() functionsTavian Barnes
2023-06-20alloc: Implement an arena for flexible structsTavian Barnes
2023-06-20alloc: Implement an arena allocatorTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes