Searched refs:siftdown (Results 1 – 3 of 3) sorted by relevance
12 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown() function96 return siftdown(heap, startpos, pos); in siftup()115 if (siftdown((PyListObject *)heap, 0, PyList_GET_SIZE(heap)-1)) in heappush()
102 Fix use-after-free bug in heapq's siftup and siftdown functions. (See also:
555 and siftdown functions.