Home
last modified time | relevance | path

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

/external/libxml2/os400/
Drpgsupport.h23 XMLPUBFUN void __set_xmlMalloc(xmlMallocFunc allocfunc);
26 XMLPUBFUN void __set_xmlMallocAtomic(xmlMallocFunc allocfunc);
/external/python/cpython2/Doc/includes/
Dtypestruct.h66 allocfunc tp_alloc;
/external/python/cpython3/Doc/includes/
Dtypestruct.h64 allocfunc tp_alloc;
/external/python/cpython2/Include/
Dobject.h322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef
389 allocfunc tp_alloc;
/external/python/cpython3/Include/cpython/
Dobject.h242 allocfunc tp_alloc;
/external/python/cpython3/Include/
Dobject.h171 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst124 …| :c:member:`~PyTypeObject.tp_alloc` | :c:type:`allocfunc` | …
338 | :c:type:`allocfunc` | .. line-block:: | :c:type:`PyObject` * |
1686 .. c:member:: allocfunc PyTypeObject.tp_alloc
2355 .. c:type:: PyObject *(*allocfunc)(PyTypeObject *cls, Py_ssize_t nitems)
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst965 .. c:member:: allocfunc PyTypeObject.tp_alloc