Home
last modified time | relevance | path

Searched refs:_Py_Dealloc (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dobject.h769 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
786 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
788 #define _Py_Dealloc(op) ( \ macro
805 _Py_Dealloc(_py_decref_tmp); \
/external/python/cpython2/Include/
Dobject.h746 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
762 #define _Py_Dealloc(op) ( \ macro
777 _Py_Dealloc((PyObject *)(op)); \
/external/python/cpython3/Objects/
Dobject.c1967 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
2221 #undef _Py_Dealloc
2222 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
2224 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
/external/python/cpython2/Doc/c-api/
Drefcounting.rst72 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
/external/python/cpython3/Doc/c-api/
Drefcounting.rst71 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
/external/python/cpython3/PC/
Dpython3.def792 _Py_Dealloc=python37._Py_Dealloc
/external/python/cpython2/Objects/
Dobject.c2263 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function