Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c802 delete_garbage(PyGC_Head *collectable, PyGC_Head *old) in delete_garbage() function
981 delete_garbage(&unreachable, old); in collect()
/external/python/cpython3/Modules/
Dgcmodule.c982 delete_garbage(PyThreadState *tstate, GCState *gcstate, in delete_garbage() function
1273 delete_garbage(tstate, gcstate, &final_unreachable, old); in collect()