#include struct arena_allocator { size_t begin; size_t length; }; void *arena_alloc(struct arena_allocator* alloc, size_t length, size_t align);