Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dgcmodule.c.h85 gc_collect_impl(PyObject *module, int generation);
100 _return_value = gc_collect_impl(module, generation); in gc_collect()
/external/python/cpython3/Modules/
Dgcmodule.c1116 gc_collect_impl(PyObject *module, int generation) in gc_collect_impl() function