HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_Free (Results 1 - 25 of 33) 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...]
  /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
  /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...]
  /external/python/cpython3/Python/
future.c 143 PyObject_Free(ff);
compile.c 393 PyObject_Free(c->c_future);
522 PyObject_Free((void *)b->b_instr);
524 PyObject_Free((void *)b);
536 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...]
  /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...]
  /external/python/cpython2/Objects/
obmalloc.c 502 PyObject_Free() when the arena is empty. Key invariant: an arena_object
    [all...]
  /external/python/cpython3/Modules/
_randommodule.c 513 PyObject_Free, /*tp_free*/
_testcapimodule.c     [all...]
_elementtree.c 249 PyObject_Free(extra->children);
251 PyObject_Free(extra);
    [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 302 PyObject_Free(self->extra->children);
304 PyObject_Free(self->extra);
    [all...]
  /external/python/cpython3/Objects/
bytearrayobject.c 249 PyObject_Free(obj->ob_bytes);
994 PyObject_Free(buffer);
1079 PyObject_Free(self->ob_bytes);
    [all...]

Completed in 1760 milliseconds

1 2