custom_malloc.h 69 B

12345
  1. #include "heap.h"
  2. void * custom_malloc(heap_t* heap, size_t size);