summaryrefslogtreecommitdiff
path: root/src/arena.c
AgeCommit message (Collapse)Author
2025-05-14Update signatures of free-type functions to match the freecallback signature@syxhe
2025-04-21Start work on cqueue implementation, create cleanup set of functions@syxhe
2025-04-04Add some documentation to arena.h, fix simplearena_clear not being declared@syxhe
2025-03-30Create encryption functions that actually work@syxhe
2025-03-28Create xalloc function and wrappers, fix XALLOC_EXIT usages to comply with ↵@syxhe
ISO C99
2025-03-25Change function signature of (simple)arena_init function@syxhe
2025-03-24Add a flag to control whether arena alloc functions are xalloc or normal. ↵@syxhe
Improve error handling
2025-03-23Fix a whole bunch of shit, create an arena implementation@syxhe