Home
last modified time | relevance | path

Searched refs:allocfunc (Results 1 – 7 of 7) 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/
Dobject.h341 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef
411 allocfunc tp_alloc;
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst876 .. c:member:: allocfunc PyTypeObject.tp_alloc
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst980 .. c:member:: allocfunc PyTypeObject.tp_alloc