Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c366 heapify_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heapify_internal() function
409 return heapify_internal(heap, siftup); in _heapq_heapify()
555 return heapify_internal(heap, siftup_max); in _heapq__heapify_max()