Home
last modified time | relevance | path

Searched refs:_Py_GetRefTotal (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dobject.h712 PyAPI_FUNC(Py_ssize_t) _Py_GetRefTotal(void);
/external/python/cpython2/Python/
Dsysmodule.c778 return PyInt_FromSsize_t(_Py_GetRefTotal()); in sys_gettotalrefcount()
Dpythonrun.c45 _Py_GetRefTotal())
/external/python/cpython2/Objects/
Dobject.c15 _Py_GetRefTotal(void) in _Py_GetRefTotal() function