Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c305 append_objects(PyObject *py_list, PyGC_Head *gc_list) in append_objects() argument
308 for (gc = gc_list->gc.gc_next; gc != gc_list; gc = gc->gc.gc_next) { in append_objects()
/external/python/cpython3/Modules/
Dgcmodule.c216 append_objects(PyObject *py_list, PyGC_Head *gc_list) in append_objects() argument
219 for (gc = gc_list->gc.gc_next; gc != gc_list; gc = gc->gc.gc_next) { in append_objects()