Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 1 of 1) sorted by relevance

/coreutils/gl/lib/
Dheap.c33 struct heap struct
41 /* Allocate memory for the heap. */ argument
46 struct heap *heap = xmalloc (sizeof *heap); in heap_alloc() local
70 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()