Searched refs:allocfunc (Results 1 – 8 of 8) sorted by relevance
23 XMLPUBFUN void __set_xmlMalloc(xmlMallocFunc allocfunc);26 XMLPUBFUN void __set_xmlMallocAtomic(xmlMallocFunc allocfunc);
66 allocfunc tp_alloc;
64 allocfunc tp_alloc;
322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef389 allocfunc tp_alloc;
242 allocfunc tp_alloc;
171 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef
124 …| :c:member:`~PyTypeObject.tp_alloc` | :c:type:`allocfunc` | …338 | :c:type:`allocfunc` | .. line-block:: | :c:type:`PyObject` * |1686 .. c:member:: allocfunc PyTypeObject.tp_alloc2355 .. c:type:: PyObject *(*allocfunc)(PyTypeObject *cls, Py_ssize_t nitems)
965 .. c:member:: allocfunc PyTypeObject.tp_alloc