HomeSort by relevance Sort by last modified time
    Searched defs:allocfunc (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef
389 allocfunc tp_alloc;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); typedef
389 allocfunc tp_alloc;
    [all...]

Completed in 393 milliseconds