Searched refs:heapify_down (Results 1 – 1 of 1) sorted by relevance
28 static size_t heapify_down (void **, size_t, size_t,103 heapify_down (heap->array, heap->count, 1, heap->compare); in heap_remove_top()111 heapify_down (void **array, size_t count, size_t initial, in heapify_down() function