Simple allocator
include/mem/simple_alloc.h View source View on GitHubFunctions
Section titled “Functions”simple_alloc
Section titled “simple_alloc”void * simple_alloc(struct vas *space, size_t size); simple_free
Section titled “simple_free”void simple_free(struct vas *space, void *ptr, size_t size);