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

  /external/python/cpython2/Misc/
pymemcompat.h 21 PyObject_Malloc, PyObject_Realloc, PyObject_Free
38 PyMem_Malloc and free it with PyObject_Free. You may get away with
51 #define PyObject_Free PyMem_Free
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 502 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 469 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 502 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 655 PyObject_Free(void *ptr)
    [all...]

Completed in 435 milliseconds