/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pymem.h | 116 #define PyMem_DEL PyMem_FREE macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pymem.h | 116 #define PyMem_DEL PyMem_FREE macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 255 if (rfd2obj) PyMem_DEL(rfd2obj); in select_select() 256 if (wfd2obj) PyMem_DEL(wfd2obj); in select_select() 257 if (efd2obj) PyMem_DEL(efd2obj); in select_select() 313 PyMem_DEL(rfd2obj); in select_select() 314 PyMem_DEL(wfd2obj); in select_select() 315 PyMem_DEL(efd2obj); in select_select() 620 PyMem_DEL(self->ufds); in poll_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | selectmodule.c | 255 if (rfd2obj) PyMem_DEL(rfd2obj); in select_select() 256 if (wfd2obj) PyMem_DEL(wfd2obj); in select_select() 257 if (efd2obj) PyMem_DEL(efd2obj); in select_select() 313 PyMem_DEL(rfd2obj); in select_select() 314 PyMem_DEL(wfd2obj); in select_select() 315 PyMem_DEL(efd2obj); in select_select() 620 PyMem_DEL(self->ufds); in poll_dealloc()
|
D | threadmodule.c | 637 PyMem_DEL(boot_raw); in t_bootstrap() 678 PyMem_DEL(boot); in thread_PyThread_start_new_thread() 692 PyMem_DEL(boot); in thread_PyThread_start_new_thread()
|
D | posixmodule.c | 2957 PyMem_DEL(array); in free_string_array() 3165 PyMem_DEL(envlist[envc]); in posix_execve() 3166 PyMem_DEL(envlist); in posix_execve() 3408 PyMem_DEL(envlist[envc]); in posix_spawnve() 3409 PyMem_DEL(envlist); in posix_spawnve() 3632 PyMem_DEL(envlist[envc]); in posix_spawnvpe() 3633 PyMem_DEL(envlist); in posix_spawnvpe()
|
D | arraymodule.c | 500 PyMem_DEL(op->ob_item); in array_dealloc()
|
D | _sre.c | 94 #define PyObject_DEL(op) PyMem_DEL((op))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | selectmodule.c | 255 if (rfd2obj) PyMem_DEL(rfd2obj); in select_select() 256 if (wfd2obj) PyMem_DEL(wfd2obj); in select_select() 257 if (efd2obj) PyMem_DEL(efd2obj); in select_select() 313 PyMem_DEL(rfd2obj); in select_select() 314 PyMem_DEL(wfd2obj); in select_select() 315 PyMem_DEL(efd2obj); in select_select() 654 PyMem_DEL(self->ufds); in poll_dealloc()
|
D | edk2module.c | 1361 PyMem_DEL(array); in free_string_array() 1569 PyMem_DEL(envlist[envc]); in edk2_execve() 1570 PyMem_DEL(envlist); in edk2_execve() 1812 PyMem_DEL(envlist[envc]); in edk2_spawnve() 1813 PyMem_DEL(envlist); in edk2_spawnve() 2036 PyMem_DEL(envlist[envc]); in edk2_spawnvpe() 2037 PyMem_DEL(envlist); in edk2_spawnvpe()
|
D | _sre.c | 95 #define PyObject_DEL(op) PyMem_DEL((op))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | marshal.c | 866 PyMem_DEL(buffer); in r_object() 873 PyMem_DEL(buffer); in r_object()
|
D | bltinmodule.c | 1069 PyMem_DEL(seqs); in builtin_map()
|
D | import.c | 246 PyMem_DEL(_PyImport_Filetab); in _PyImport_Fini()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | marshal.c | 871 PyMem_DEL(buffer); in r_object() 878 PyMem_DEL(buffer); in r_object()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | marshal.c | 866 PyMem_DEL(buffer); in r_object() 873 PyMem_DEL(buffer); in r_object()
|
D | import.c | 246 PyMem_DEL(_PyImport_Filetab); in _PyImport_Fini()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 1415 PyMem_DEL(array); in free_string_array() 1623 PyMem_DEL(envlist[envc]); in posix_execve() 1624 PyMem_DEL(envlist); in posix_execve() 1866 PyMem_DEL(envlist[envc]); in posix_spawnve() 1867 PyMem_DEL(envlist); in posix_spawnve() 2090 PyMem_DEL(envlist[envc]); in posix_spawnvpe() 2091 PyMem_DEL(envlist); in posix_spawnvpe()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | setobject.c | 354 PyMem_DEL(oldtable); in set_table_resize() 511 PyMem_DEL(table); in set_clear_internal() 567 PyMem_DEL(so->table); in set_dealloc()
|
D | dictobject.c | 676 PyMem_DEL(oldtable); in dictresize() 925 PyMem_DEL(table); in PyDict_Clear() 1014 PyMem_DEL(mp->ma_table); in dict_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | setobject.c | 355 PyMem_DEL(oldtable); in set_table_resize() 512 PyMem_DEL(table); in set_clear_internal() 568 PyMem_DEL(so->table); in set_dealloc()
|
D | dictobject.c | 665 PyMem_DEL(oldtable); in dictresize() 900 PyMem_DEL(table); in PyDict_Clear() 989 PyMem_DEL(mp->ma_table); in dict_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | arraymodule.c | 500 PyMem_DEL(op->ob_item); in array_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | bltinmodule.c | 1077 PyMem_DEL(seqs); in builtin_map()
|
D | import.c | 274 PyMem_DEL(_PyImport_Filetab); in _PyImport_Fini()
|