Home
last modified time | relevance | path

Searched refs:_Py_INC_REFTOTAL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dobject.h713 #define _Py_INC_REFTOTAL _Py_RefTotal++ macro
722 #define _Py_INC_REFTOTAL macro
757 _Py_INC_REFTOTAL _Py_REF_DEBUG_COMMA \
768 _Py_INC_REFTOTAL _Py_REF_DEBUG_COMMA \
/external/python/cpython2/Objects/
Dobject.c2231 _Py_INC_REFTOTAL; in _Py_NewReference()