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

  /external/python/cpython2/Misc/
pymemcompat.h 25 PyObject_New, PyObject_NewVar, PyObject_Del
56 #define PyObject_Del PyMem_Free
80 #define PyObject_GC_Del PyObject_Del
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /external/python/cpython2/Include/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /external/python/cpython3/Include/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
120 #define PyObject_Del PyObject_Free
121 #define PyObject_DEL PyObject_Free

Completed in 571 milliseconds