Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h731 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP)) macro
736 #define _Py_INC_TPALLOCS(OP) macro
756 _Py_INC_TPALLOCS(op) _Py_COUNT_ALLOCS_COMMA \
/external/python/cpython3/Include/
Dobject.h754 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP)) macro
759 #define _Py_INC_TPALLOCS(OP) macro
779 _Py_INC_TPALLOCS(op) _Py_COUNT_ALLOCS_COMMA \
/external/python/cpython3/Objects/
Dobject.c1931 _Py_INC_TPALLOCS(op); in _Py_NewReference()
/external/python/cpython2/Objects/
Dobject.c2234 _Py_INC_TPALLOCS(op); in _Py_NewReference()