Home
last modified time | relevance | path

Searched refs:allocfunc (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Doc/includes/
H A Dtypestruct.h67 allocfunc tp_alloc;
/third_party/python/Include/cpython/
H A Dobject.h214 allocfunc tp_alloc;
/third_party/python/Include/
H A Dobject.h227 typedef PyObject *(*allocfunc)(PyTypeObject *, Py_ssize_t); typedef
/third_party/python/Modules/
H A Dselectmodule.c1274 allocfunc epoll_alloc = PyType_GetSlot(type, Py_tp_alloc); in newPyEpoll_Object()
1960 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object()
H A D_struct.c1442 allocfunc alloc_func = PyType_GetSlot(type, Py_tp_alloc); in s_new()

Completed in 10 milliseconds