Home
last modified time | relevance | path

Searched refs:final_unreachable (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dgcmodule.c1265 PyGC_Head final_unreachable; in collect() local
1266 handle_resurrected_objects(&unreachable, &final_unreachable, old); in collect()
1272 m += gc_list_size(&final_unreachable); in collect()
1273 delete_garbage(tstate, gcstate, &final_unreachable, old); in collect()