Searched refs:DEBUG_COLLECTABLE (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c157 #define DEBUG_COLLECTABLE (1<<1) /* print collectable objects */ macro
162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \
972 if (debug & DEBUG_COLLECTABLE) {
1137 " DEBUG_COLLECTABLE - Print collectable objects found.\n"
1421 ADD_INT(DEBUG_COLLECTABLE);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c117 #define DEBUG_COLLECTABLE (1<<1) /* print collectable objects */ macro
122 #define DEBUG_LEAK DEBUG_COLLECTABLE | \
918 if (debug & DEBUG_COLLECTABLE) {
1083 " DEBUG_COLLECTABLE - Print collectable objects found.\n"
1367 ADD_INT(DEBUG_COLLECTABLE);

Completed in 11 milliseconds