Home
last modified time | relevance | path

Searched refs:allocfunc (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/os400/
Drpgsupport.h23 XMLPUBFUN void __set_xmlMalloc(xmlMallocFunc allocfunc);
26 XMLPUBFUN void __set_xmlMallocAtomic(xmlMallocFunc allocfunc);
/external/python/cpython3/Doc/includes/
Dtypestruct.h67 allocfunc tp_alloc;
/external/python/cpython3/Modules/_testlimitedcapi/
Dvectorcall_limited.c33 PyObject *self = ((allocfunc)PyType_GetSlot(tp, Py_tp_alloc))(tp, 0); in LimitedVectorCallClass_new()
/external/python/cpython3/Include/cpython/
Dobject.h213 allocfunc tp_alloc;
/external/python/cpython3/Include/
Dobject.h492 typedef PyObject *(*allocfunc)(PyTypeObject *, Py_ssize_t); typedef
/external/python/cpython3/Modules/
Dselectmodule.c1306 allocfunc epoll_alloc = PyType_GetSlot(type, Py_tp_alloc); in newPyEpoll_Object()
2113 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object()
D_struct.c1565 allocfunc alloc_func = PyType_GetSlot(type, Py_tp_alloc); in s_new()
/external/python/cpython3/Doc/data/
Dstable_abi.dat889 type,allocfunc,3.2,,
Dpython3.13.abi21562 …<typedef-decl name='allocfunc' type-id='type-id-1392' filepath='./Include/object.h' line='492' col…
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst124 …| :c:member:`~PyTypeObject.tp_alloc` | :c:type:`allocfunc` | …
341 | :c:type:`allocfunc` | .. line-block:: | :c:type:`PyObject` * |
1888 .. c:member:: allocfunc PyTypeObject.tp_alloc
2600 .. c:type:: PyObject *(*allocfunc)(PyTypeObject *cls, Py_ssize_t nitems)
/external/python/cpython3/Misc/
Dstable_abi.toml354 [typedef.allocfunc]