Home | History | Annotate | Download | only in Modules

Lines Matching full:move_unreachable

196     move_unreachable() then moves objects not reachable (whether directly or
391 /* A traversal callback for move_unreachable. */
400 /* This is in move_unreachable's 'young' list, but
402 * we need to do is tell move_unreachable that it's
408 /* This had gc_refs = 0 when move_unreachable got
410 * Move it back to move_unreachable's 'young' list,
411 * and move_unreachable will eventually get to it
418 * If gc_refs > 0, it must be in move_unreachable's 'young'
419 * list, and move_unreachable will eventually get to it.
421 * generation so we don't care about it, or move_unreachable
443 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable)
934 move_unreachable(young, &unreachable);