Home
last modified time | relevance | path

Searched refs:DEBUG_LEAK (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
1426 ADD_INT(DEBUG_LEAK); in initgc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c122 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
1372 ADD_INT(DEBUG_LEAK); in initgc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_gc.py622 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak