LaEntropiaa cde457593e feat: Added arena_alloc
Added arena_alloc and decided to change the arena pointer type from void *
to uint8_t * because i need to support 1 byte pointer arithmetic, thought of
using uintptr_t but not sure, the support seems really weird from what i read
online so i'm sticking with good old uint8_t * (wich i know works).
2026-03-29 18:35:13 -06:00
2026-03-29 18:35:13 -06:00
2026-03-29 18:35:13 -06:00
2026-03-29 10:40:09 -06:00
2026-03-29 10:40:09 -06:00
Description
No description provided
105 KiB
Languages
C 91.5%
CMake 8.5%