Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dheap.h25 void heap_free (struct heap *) _GL_ATTRIBUTE_NONNULL ();
28 _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC (heap_free, 1)
Dheap.c70 heap_free (struct heap *heap) in heap_free() function
/coreutils/src/
Dsort.c3453 heap_free (queue->priority_queue); in queue_destroy()