Searched defs:heap (Results 1 – 1 of 1) sorted by relevance
33 struct heap struct41 /* Allocate memory for the heap. */ argument46 struct heap *heap = xmalloc (sizeof *heap); in heap_alloc() local70 heap_free (struct heap *heap) in heap_free()79 heap_insert (struct heap *heap, void *item) in heap_insert()94 heap_remove_top (struct heap *heap) in heap_remove_top()