Home | History | Annotate | Download | only in Modules

Lines Matching refs:move_unreachable

210     move_unreachable() then moves objects not reachable (whether directly or
405 /* A traversal callback for move_unreachable. */
414 /* This is in move_unreachable's 'young' list, but
416 * we need to do is tell move_unreachable that it's
422 /* This had gc_refs = 0 when move_unreachable got
424 * Move it back to move_unreachable's 'young' list,
425 * and move_unreachable will eventually get to it
432 * If gc_refs > 0, it must be in move_unreachable's 'young'
433 * list, and move_unreachable will eventually get to it.
435 * generation so we don't care about it, or move_unreachable
457 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable)
965 move_unreachable(young, &unreachable);