| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bug in arena_realloc() | Thomas Voss | 2024-05-14 | 1 | -1/+1 |
| * | Accept an element size argument to allocators | Thomas Voss | 2024-05-10 | 2 | -7/+13 |
| * | Try to do better error handling with custom allocators | Thomas Voss | 2024-05-09 | 2 | -7/+33 |
| * | Add custom allocator support to u8upper() | Thomas Voss | 2024-05-09 | 3 | -4/+14 |
| * | Implement arena allocation resizing | Thomas Voss | 2024-05-09 | 3 | -0/+64 |
| * | Add a heap allocator | Thomas Voss | 2024-05-08 | 1 | -0/+12 |
| * | Explicitly save errno on failure in mkregion() | Thomas Voss | 2024-04-27 | 1 | -0/+2 |
| * | Print errno error when bufalloc() fails | Thomas Voss | 2024-04-16 | 1 | -1/+1 |
| * | Rename padded_sz to nlen | Thomas Voss | 2024-04-16 | 1 | -5/+4 |
| * | implement arena allocators | Thomas Voss | 2024-04-16 | 4 | -13/+112 |
| * | Add the bufalloc_noterm() function | Thomas Voss | 2024-03-10 | 2 | -22/+29 |
| * | Minor tweaks | Thomas Voss | 2024-03-07 | 1 | -1/+3 |
| * | Genesis | Thomas Voss | 2024-03-06 | 1 | -0/+29 |