Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c293 cache_friendly_heapify(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in cache_friendly_heapify() function
341 return cache_friendly_heapify(heap, siftup_func); in heapify_internal()