HomeSort by relevance Sort by last modified time
    Searched defs:PyObject_FREE (Results 1 - 7 of 7) 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...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
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...]
  /prebuilts/gdb/linux-x86/include/python2.7/
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...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
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...]

Completed in 453 milliseconds