Home
last modified time | relevance | path

Searched refs:PYMALLOC_DEBUG (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython.h71 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
72 #define PYMALLOC_DEBUG macro
74 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
Dpymem.h60 #ifdef PYMALLOC_DEBUG
Dobjimpl.h104 #ifdef PYMALLOC_DEBUG /* WITH_PYMALLOC && PYMALLOC_DEBUG */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython.h71 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
72 #define PYMALLOC_DEBUG macro
74 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
Dpymem.h60 #ifdef PYMALLOC_DEBUG
Dobjimpl.h104 #ifdef PYMALLOC_DEBUG /* WITH_PYMALLOC && PYMALLOC_DEBUG */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c511 #ifdef PYMALLOC_DEBUG
529 #ifdef PYMALLOC_DEBUG in new_arena()
591 #ifdef PYMALLOC_DEBUG in new_arena()
1280 #ifdef PYMALLOC_DEBUG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c544 #ifdef PYMALLOC_DEBUG
564 #ifdef PYMALLOC_DEBUG in new_arena()
634 #ifdef PYMALLOC_DEBUG in new_arena()
1329 #ifdef PYMALLOC_DEBUG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c542 #ifdef PYMALLOC_DEBUG in Py_Finalize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c555 #ifdef PYMALLOC_DEBUG in Py_Finalize()