Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h13 PyAPI_FUNC(Py_ssize_t) _Py_GetRefTotal(void);
/third_party/python/Objects/
Dobject.c63 _Py_GetRefTotal(void) in _Py_GetRefTotal() function
77 _Py_GetRefTotal(), _Py_GetAllocatedBlocks()); in _PyDebug_PrintTotalRefs()
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst904 ``_Py_GetRefTotal()``.
/third_party/python/Python/
Dsysmodule.c1804 return _Py_GetRefTotal(); in sys_gettotalrefcount_impl()
/third_party/python/Doc/whatsnew/
D3.9.rst1416 * ``_Py_GetRefTotal()``