Searched refs:new_element (Results 1 – 1 of 1) sorted by relevance
142 void *new_element = array[k]; in heapify_up() local144 while (k != 1 && compare (array[k / 2], new_element) <= 0) in heapify_up()150 array[k] = new_element; in heapify_up()