Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h21 PyAPI_FUNC(Py_ssize_t) _Py_GetRefTotal(void);
/external/python/cpython2/Include/
Dobject.h712 PyAPI_FUNC(Py_ssize_t) _Py_GetRefTotal(void);
/external/python/cpython3/Objects/
Dobject.c56 _Py_GetRefTotal(void) in _Py_GetRefTotal() function
71 _Py_GetRefTotal(), _Py_GetAllocatedBlocks()); in _PyDebug_PrintTotalRefs()
/external/python/cpython2/Python/
Dsysmodule.c778 return PyInt_FromSsize_t(_Py_GetRefTotal()); in sys_gettotalrefcount()
Dpythonrun.c109 total = _Py_GetRefTotal(); in _PyDebug_PrintTotalRefs()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst904 ``_Py_GetRefTotal()``.
/external/python/cpython2/Objects/
Dobject.c15 _Py_GetRefTotal(void) in _Py_GetRefTotal() function
/external/python/cpython3/Python/
Dsysmodule.c1750 return _Py_GetRefTotal(); in sys_gettotalrefcount_impl()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1397 * ``_Py_GetRefTotal()``