Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix include name | Thomas Voss | 2024-10-16 | 1 | -1/+1 |
| | |||||
* | Support free()ing the last allocation in an arena | Thomas Voss | 2024-10-03 | 1 | -1/+12 |
| | |||||
* | Use spaces for alignment | Thomas Voss | 2024-10-03 | 1 | -3/+3 |
| | |||||
* | Implement proper resizing for arena allocators | Thomas Voss | 2024-10-03 | 1 | -7/+70 |
| | |||||
* | Use uint8_t instead of char8_t pointers in arena blocks | Thomas Voss | 2024-10-03 | 1 | -2/+1 |
| | |||||
* | Use 4 KiB blocks if sysconf(_SC_PAGESIZE) fails | Thomas Voss | 2024-10-03 | 1 | -3/+1 |
| | |||||
* | Huge library overhaul | Thomas Voss | 2024-10-03 | 1 | -49/+106 |
| | |||||
* | Implement arena allocation resizing | Thomas Voss | 2024-05-09 | 1 | -0/+2 |
| | |||||
* | Explicitly save errno on failure in mkregion() | Thomas Voss | 2024-04-27 | 1 | -0/+2 |
| | |||||
* | Rename padded_sz to nlen | Thomas Voss | 2024-04-16 | 1 | -5/+4 |
| | |||||
* | implement arena allocators | Thomas Voss | 2024-04-16 | 1 | -0/+77 |