Home
last modified time | relevance | path

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

/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/Include/
Dobject.h401 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
430 _Py_Dealloc(op); in _Py_DECREF()
/external/python/cpython3/Doc/c-api/
Drefcounting.rst71 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
/external/python/cpython2/Doc/c-api/
Drefcounting.rst72 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
/external/python/cpython3/PC/
Dpython3.def797 _Py_Dealloc=python39._Py_Dealloc
/external/python/cpython3/Objects/
Dobject.c2203 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
/external/python/cpython2/Objects/
Dobject.c2263 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1572 :c:func:`_PyObject_GC_UNTRACK`, :c:func:`_Py_Dealloc`