summaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* alloc: New for_arena() macro to iterate over allocated objectsTavian Barnes20 hours1-0/+65
* alloc: Switch arenas from a freelist to a bitmap allocatorTavian Barnes20 hours1-87/+261
* alloc: Don't require the old size in varena_realloc()Tavian Barnes3 days1-21/+52
* sanity: Don't mark memory uninit in sanitize_{alloc,free}()Tavian Barnes3 days1-2/+4
* alloc: Stop supporting pathological flexible array ABIsTavian Barnes3 days1-3/+3
* alloc: Don't require size % align == 0Tavian Barnes3 days1-10/+5
* Fix spellingTavian Barnes2024-09-231-1/+1
* build: Move feature test macros to prelude.hTavian Barnes2024-08-281-1/+0
* prelude: Split bfs-specific utilities into new bfs.h headerTavian Barnes2024-08-281-0/+3
* prelude: Simplify attributesTavian Barnes2024-07-281-1/+1
* config: Check for aligned_alloc()Tavian Barnes2024-04-191-3/+3
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
* config: New variadic attr(...) macroTavian Barnes2023-12-181-1/+1
* alloc: New helpers for growing dynamic arraysTavian Barnes2023-11-231-22/+44
* alloc: New helpers for aligned reallocationTavian Barnes2023-11-231-4/+38
* alloc: New ALLOC_MAX macroTavian Barnes2023-11-231-2/+10
* alloc: New is_aligned() helperTavian Barnes2023-11-231-5/+5
* Initial support for Cosmopolitan LibcTavian Barnes2023-11-101-0/+1
* config: New attr_noinline and attr_cold macrosTavian Barnes2023-11-091-0/+1
* alloc: New varena_grow() functionTavian Barnes2023-08-311-0/+15
* alloc: New [v]arena_clear() functionsTavian Barnes2023-08-311-1/+15
* alloc: Use a different error code for size overflowsTavian Barnes2023-07-131-0/+10
* alloc: Implement an arena for flexible structsTavian Barnes2023-06-201-0/+118
* alloc: Implement an arena allocatorTavian Barnes2023-06-201-0/+111
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-0/+50