Searched defs:PyObject_New (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobjimpl.h29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \ macro
202 allocator, where PyObject_New is inlined, and shows the important
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h29 - PyObject_New(type, typeobj) allocates memory for a new object of the given
156 #define PyObject_New(type, typeobj) \ macro
202 allocator, where PyObject_New is inlined, and shows the important

Completed in 19 milliseconds