Home
last modified time | relevance | path

Searched refs:Py_tp_free (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dtypeslots.h81 #define Py_tp_free 74 macro
/external/python/cpython3/Modules/
D_randommodule.c556 {Py_tp_free, PyObject_Free},
Dselectmodule.c1365 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.c1496 freefunc free_func = PyType_GetSlot(Py_TYPE(s), Py_tp_free); in s_dealloc()
2067 {Py_tp_free, PyObject_Del},
Dposixmodule.c13189 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/
DPython-ast.c890 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in ast_dealloc()
1032 {Py_tp_free, PyObject_GC_Del},