Home
last modified time | relevance | path

Searched refs:move_unreachable (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dgcmodule.c51 // subtract_refs() and move_unreachable() uses this to distinguish
54 // move_unreachable() removes this flag from reachable objects.
62 // This flag represents the object is in unreachable list in move_unreachable()
64 // Although this flag is used only in move_unreachable(), move_unreachable()
217 move_unreachable() then moves objects not reachable (whether directly or
484 /* A traversal callback for move_unreachable. */
497 // move_unreachable's scan of the 'young' list - they've already been in visit_reachable()
507 /* This had gc_refs = 0 when move_unreachable got in visit_reachable()
509 * Move it back to move_unreachable' in visit_reachable()
558 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) move_unreachable() function
[all...]

Completed in 2 milliseconds