Searched refs:_Py_RefTotal (Results 1 – 4 of 4) sorted by relevance
707 PyAPI_DATA(Py_ssize_t) _Py_RefTotal;713 #define _Py_INC_REFTOTAL _Py_RefTotal++714 #define _Py_DEC_REFTOTAL _Py_RefTotal--
73 as well as the global variable :c:data:`_Py_RefTotal`.
12 Py_ssize_t _Py_RefTotal; variable18 Py_ssize_t total = _Py_RefTotal; in _Py_GetRefTotal()
15 Turn on aggregate reference counting. This arranges that extern _Py_RefTotal