summaryrefslogtreecommitdiffstats
path: root/src/alloc.c
AgeCommit message (Expand)Author
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 ALLOC_MAX macroTavian Barnes
2023-11-23alloc: New is_aligned() helperTavian Barnes
2023-11-10Initial support for Cosmopolitan LibcTavian Barnes
2023-11-09config: New attr_noinline and attr_cold macrosTavian Barnes
2023-08-31alloc: New varena_grow() functionTavian Barnes
2023-08-31alloc: New [v]arena_clear() functionsTavian Barnes
2023-07-13alloc: Use a different error code for size overflowsTavian 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