Central header providing allocator functionality.
KB_LOCAL void linear_allocator_destroy(allocator *alloc)
KB_LOCAL b8 linear_allocator_create(allocator *alloc, usize size)
KB_LOCAL void linear_allocator_free(allocator *alloc, void *mem, usize size)
KB_LOCAL void linear_allocator_free_all(allocator *alloc)
KB_LOCAL void * linear_allocator_allocate(allocator *alloc, usize size)
Central allocator structure.