Searched refs:Py_tp_free (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Include/ |
D | typeslots.h | 81 #define Py_tp_free 74 macro
|
/external/python/cpython3/Modules/ |
D | _randommodule.c | 556 {Py_tp_free, PyObject_Free},
|
D | selectmodule.c | 1365 freefunc epoll_free = PyType_GetSlot(type, Py_tp_free); in pyepoll_dealloc() 2033 freefunc kqueue_free = PyType_GetSlot(type, Py_tp_free); in kqueue_queue_dealloc()
|
D | _struct.c | 1496 freefunc free_func = PyType_GetSlot(Py_TYPE(s), Py_tp_free); in s_dealloc() 2067 {Py_tp_free, PyObject_Del},
|
D | posixmodule.c | 13189 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in DirEntry_dealloc() 13937 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in ScandirIterator_dealloc()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 890 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in ast_dealloc() 1032 {Py_tp_free, PyObject_GC_Del},
|