Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dheap.c30 static void heapify_up (void **, size_t,
86 heapify_up (heap->array, heap->count, heap->compare); in heap_insert()
138 heapify_up (void **array, size_t count, in heapify_up() function