Home
last modified time | relevance | path

Searched defs:collectable (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dgcmodule.c334 gc_list_clear_collecting(PyGC_Head *collectable) in gc_list_clear_collecting()
959 finalize_garbage(PyThreadState *tstate, PyGC_Head *collectable) in finalize_garbage()
996 PyGC_Head *collectable, PyGC_Head *old) in delete_garbage()
/external/python/cpython2/Modules/
Dgcmodule.c802 delete_garbage(PyGC_Head *collectable, PyGC_Head *old) in delete_garbage()