Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c19 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown() function
110 return siftdown(heap, startpos, pos); in siftup()
135 if (siftdown((PyListObject *)heap, 0, PyList_GET_SIZE(heap)-1)) in _heapq_heappush_impl()
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst102 Fix use-after-free bug in heapq's siftup and siftdown functions. (See also:
/external/python/cpython3/Misc/
DHISTORY555 and siftdown functions.