OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyObject_Free
(Results
1 - 17
of
17
) 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
...]
/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
...]
/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
...]
/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
...]
Completed in 1240 milliseconds