Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dqsort.c79 static void heapify(void *base, int nmemb, size_t size, struct qsort_comp *cmp) in heapify() function
92 heapify(base, nmemb, size, cmp); in heap_sort()