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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \
192 #define PyObject_NEW(type, typeobj) \
202 allocator, where PyObject_New is inlined, and shows the important
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \
192 #define PyObject_NEW(type, typeobj) \
202 allocator, where PyObject_New is inlined, and shows the important
  /external/python/cpython2/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \
192 #define PyObject_NEW(type, typeobj) \
202 allocator, where PyObject_New is inlined, and shows the important
  /external/python/cpython3/Include/
objimpl.h 29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
136 #define PyObject_New(type, typeobj) \
169 #define PyObject_NEW(type, typeobj) \
179 allocator, where PyObject_New is inlined, and shows the important

Completed in 77 milliseconds