#pragma once #include void initHeap(); void* malloc (size_t size ); void free(void* addr);