Home
last modified time | relevance | path

Searched refs:_Py_INC_TPFREES (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dobject.h755 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP)) macro
760 #define _Py_INC_TPFREES(OP) macro
783 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op)
789 _Py_INC_TPFREES(op) _Py_COUNT_ALLOCS_COMMA \
/external/python/cpython2/Include/
Dobject.h732 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP)) macro
737 #define _Py_INC_TPFREES(OP) macro
760 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op)
763 _Py_INC_TPFREES(op) _Py_COUNT_ALLOCS_COMMA \
/external/python/cpython3/Objects/
Dobject.c1963 _Py_INC_TPFREES(op); in _Py_ForgetReference()
2226 _Py_INC_TPFREES(op) _Py_COUNT_ALLOCS_COMMA in _Py_Dealloc()
/external/python/cpython2/Objects/
Dobject.c2259 _Py_INC_TPFREES(op); in _Py_ForgetReference()