Home
last modified time | relevance | path

Searched refs:_Py_RefTotal (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dobject.h707 PyAPI_DATA(Py_ssize_t) _Py_RefTotal;
713 #define _Py_INC_REFTOTAL _Py_RefTotal++
714 #define _Py_DEC_REFTOTAL _Py_RefTotal--
/external/python/cpython3/Include/
Dobject.h728 PyAPI_DATA(Py_ssize_t) _Py_RefTotal;
732 #define _Py_INC_REFTOTAL _Py_RefTotal++
733 #define _Py_DEC_REFTOTAL _Py_RefTotal--
/external/python/cpython2/Doc/c-api/
Drefcounting.rst73 as well as the global variable :c:data:`_Py_RefTotal`.
/external/python/cpython3/Doc/c-api/
Drefcounting.rst72 as well as the global variable :c:data:`_Py_RefTotal`.
/external/python/cpython3/Objects/
Dobject.c20 Py_ssize_t _Py_RefTotal; variable
26 Py_ssize_t total = _Py_RefTotal; in _Py_GetRefTotal()
/external/python/cpython2/Objects/
Dobject.c12 Py_ssize_t _Py_RefTotal; variable
18 Py_ssize_t total = _Py_RefTotal; in _Py_GetRefTotal()
/external/python/cpython3/Misc/
DSpecialBuilds.txt15 Turn on aggregate reference counting. This arranges that extern _Py_RefTotal
/external/python/cpython2/Misc/
DSpecialBuilds.txt15 Turn on aggregate reference counting. This arranges that extern _Py_RefTotal