Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-run include-what-you-use | Tavian Barnes | 2024-03-11 | 1 | -0/+1 |
* | alloc: Add attr(nodiscard) to a few functions | Tavian Barnes | 2023-12-20 | 1 | -0/+4 |
* | config: New variadic attr(...) macro | Tavian Barnes | 2023-12-18 | 1 | -6/+4 |
* | alloc: New helpers for growing dynamic arrays | Tavian Barnes | 2023-11-23 | 1 | -0/+36 |
* | alloc: New helpers for aligned reallocation | Tavian Barnes | 2023-11-23 | 1 | -0/+24 |
* | alloc: New is_aligned() helper | Tavian Barnes | 2023-11-23 | 1 | -0/+5 |
* | config: Add (de)allocator attributes | Tavian Barnes | 2023-11-09 | 1 | -17/+23 |
* | alloc: Test allocation size overflows | Tavian Barnes | 2023-10-06 | 1 | -2/+2 |
* | alloc: New varena_grow() function | Tavian Barnes | 2023-08-31 | 1 | -0/+14 |
* | alloc: New [v]arena_clear() functions | Tavian Barnes | 2023-08-31 | 1 | -0/+10 |
* | alloc: Implement an arena for flexible structs | Tavian Barnes | 2023-06-20 | 1 | -0/+92 |
* | alloc: Implement an arena allocator | Tavian Barnes | 2023-06-20 | 1 | -0/+44 |
* | alloc: New header for memory allocation utilities | Tavian Barnes | 2023-06-20 | 1 | -0/+149 |