Searched refs:siftup (Results 1 – 3 of 3) sorted by relevance
53 siftup(PyListObject *heap, Py_ssize_t pos) in siftup() function163 return heappop_internal(heap, siftup); in heappop()200 return heapreplace_internal(args, siftup); in heapreplace()248 if (siftup((PyListObject *)heap, 0)) { in heappushpop()359 return heapify_internal(heap, siftup); in heapify()
102 Fix use-after-free bug in heapq's siftup and siftdown functions. (See also:
554 - Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq's siftup