Searched refs:Heap (Results 1 – 1 of 1) sorted by relevance
20 typedef struct Heap struct34 } Heap; argument36 Heap*42 Malloc_Destroy(Heap *heap) in Malloc_Destroy()47 Malloc_Alloc(Heap *heap, uint64_t len) in Malloc_Alloc()52 Malloc_Free(Heap *heap, void *buf) in Malloc_Free()57 Malloc_Realloc(Heap *heap, void *buf, uint64_t newlen) in Malloc_Realloc()