Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c157 #define DEBUG_COLLECTABLE (1<<1) /* print collectable objects */ macro
162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \
972 if (debug & DEBUG_COLLECTABLE) { in collect()
1421 ADD_INT(DEBUG_COLLECTABLE); in initgc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c117 #define DEBUG_COLLECTABLE (1<<1) /* print collectable objects */ macro
122 #define DEBUG_LEAK DEBUG_COLLECTABLE | \
918 if (debug & DEBUG_COLLECTABLE) { in collect()
1367 ADD_INT(DEBUG_COLLECTABLE); in initgc()