Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h730 PyAPI_FUNC(void) dec_count(PyTypeObject *);
732 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP))
/external/python/cpython3/Include/
Dobject.h742 PyAPI_FUNC(void) dec_count(PyTypeObject *);
744 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP))
/external/python/cpython3/Objects/
Dobject.c192 void dec_count(PyTypeObject *tp) in dec_count() function
/external/python/cpython2/Objects/
Dobject.c170 void dec_count(PyTypeObject *tp) in dec_count() function