Home
last modified time | relevance | path

Searched defs:allocfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dobject.h215 typedef PyObject *(*allocfunc)(PyTypeObject *, Py_ssize_t); typedef
/external/python/cpython2/Include/
Dobject.h322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef