Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobjimpl.h120 PyAPI_FUNC(Py_ssize_t) _PyGC_CollectIfEnabled(void);
/external/python/cpython3/Python/
Dpylifecycle.c1423 _PyGC_CollectIfEnabled(); in Py_FinalizeEx()
1452 _PyGC_CollectIfEnabled(); in Py_FinalizeEx()
/external/python/cpython3/Modules/
Dgcmodule.c2072 _PyGC_CollectIfEnabled(void) in _PyGC_CollectIfEnabled() function