Home
last modified time | relevance | path

Searched refs:Heap (Results 1 – 1 of 1) sorted by relevance

/sys/kern/
Dmalloc.c20 typedef struct Heap struct
34 } Heap; argument
36 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()