Home
last modified time | relevance | path

Searched defs:_Py_Dealloc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c2373 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c2263 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h762 #define _Py_Dealloc(op) ( \ macro