#ifndef SYS_ALLOC_H #define SYS_ALLOC_H void *sys_alloc(allocator_t *allocator, heap_t *heap, size_t size); #endif /* SYS_ALLOC_H */