Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c326 heapify_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heapify_internal() function
359 return heapify_internal(heap, siftup); in heapify()
472 return heapify_internal(heap, siftup_max); in heapify_max()