HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_Free (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
future.c 133 PyObject_Free(ff);
compile.c 321 PyObject_Free(c->c_future);
447 PyObject_Free((void *)b->b_instr);
449 PyObject_Free((void *)b);
460 PyObject_Free(u);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
future.c 138 PyObject_Free(ff);
compile.c 318 PyObject_Free(c->c_future);
424 PyObject_Free((void *)b->b_instr);
426 PyObject_Free((void *)b);
437 PyObject_Free(u);
    [all...]
  /external/python/cpython2/Python/
future.c 133 PyObject_Free(ff);
compile.c 321 PyObject_Free(c->c_future);
447 PyObject_Free((void *)b->b_instr);
449 PyObject_Free((void *)b);
460 PyObject_Free(u);
    [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...]
unicodeobject.c     [all...]
typeobject.c     [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...]
unicodeobject.c 992 PyObject_Free(callresults);
994 PyObject_Free(abuffer);
1004 PyObject_Free(callresults);
1007 PyObject_Free(abuffer);
    [all...]
typeobject.c     [all...]
  /external/python/cpython2/Objects/
obmalloc.c 502 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]
unicodeobject.c     [all...]
  /external/python/cpython2/Mac/Modules/snd/
_Sndmodule.c 72 PyObject_Free((PyObject *)self);
304 PyObject_Free((PyObject *)self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 292 PyObject_Free(self->extra->children);
294 PyObject_Free(self->extra);
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 292 PyObject_Free(self->extra->children);
294 PyObject_Free(self->extra);
    [all...]

Completed in 424 milliseconds

1 2