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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 42 run a destructor -- it only frees the memory. PyObject_Free is identical.
99 PyAPI_FUNC(void) PyObject_Free(void *);
122 #define PyObject_FREE _PyObject_DebugFree
123 #define PyObject_Free _PyObject_DebugFree
128 #define PyObject_FREE PyObject_Free
134 #define PyObject_FREE PyMem_FREE
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
142 #define _PyObject_Del PyObject_Free
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 42 run a destructor -- it only frees the memory. PyObject_Free is identical.
99 PyAPI_FUNC(void) PyObject_Free(void *);
122 #define PyObject_FREE _PyObject_DebugFree
123 #define PyObject_Free _PyObject_DebugFree
128 #define PyObject_FREE PyObject_Free
134 #define PyObject_FREE PyMem_FREE
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
142 #define _PyObject_Del PyObject_Free
    [all...]
  /external/python/cpython2/Include/
objimpl.h 42 run a destructor -- it only frees the memory. PyObject_Free is identical.
99 PyAPI_FUNC(void) PyObject_Free(void *);
122 #define PyObject_FREE _PyObject_DebugFree
123 #define PyObject_Free _PyObject_DebugFree
128 #define PyObject_FREE PyObject_Free
134 #define PyObject_FREE PyMem_FREE
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
142 #define _PyObject_Del PyObject_Free
    [all...]
  /external/python/cpython3/Include/
objimpl.h 42 run a destructor -- it only frees the memory. PyObject_Free is identical.
102 PyAPI_FUNC(void) PyObject_Free(void *ptr);
119 #define PyObject_FREE PyObject_Free
120 #define PyObject_Del PyObject_Free
121 #define PyObject_DEL PyObject_Free

Completed in 1230 milliseconds