Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dheap.h32 void *heap_remove_top (struct heap *heap) _GL_ATTRIBUTE_NONNULL ();
Dheap.c94 heap_remove_top (struct heap *heap) in heap_remove_top() function
/coreutils/src/
Dsort.c3492 while (! (node = heap_remove_top (queue->priority_queue))) in queue_pop()