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

  /external/python/cpython2/Misc/
pymemcompat.h 78 #define PyObject_GC_New PyObject_New
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 313 #define PyObject_GC_New(type, typeobj) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 313 #define PyObject_GC_New(type, typeobj) \
  /external/python/cpython2/Include/
objimpl.h 328 #define PyObject_GC_New(type, typeobj) \
  /external/python/cpython3/Include/
objimpl.h 340 #define PyObject_GC_New(type, typeobj) \

Completed in 1042 milliseconds