Home
last modified time | relevance | path

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

/third_party/python/Include/
Dtypeslots.h54 #define Py_tp_alloc 47 macro
/third_party/python/Modules/
Dselectmodule.c1253 allocfunc epoll_alloc = PyType_GetSlot(type, Py_tp_alloc); in newPyEpoll_Object()
1939 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object()
D_struct.c1440 allocfunc alloc_func = PyType_GetSlot(type, Py_tp_alloc); in s_new()
2086 {Py_tp_alloc, PyType_GenericAlloc},
D_threadmodule.c587 {Py_tp_alloc, PyType_GenericAlloc},
Darraymodule.c2829 {Py_tp_alloc, PyType_GenericAlloc},
/third_party/python/Misc/
Dstable_abi.txt95 const Py_tp_alloc
/third_party/python/Python/
DPython-ast.c905 {Py_tp_alloc, PyType_GenericAlloc},