Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c12 #ifndef PyMethod_MAXFREELIST
13 #define PyMethod_MAXFREELIST 256 macro
2366 if (numfree < PyMethod_MAXFREELIST) { in instancemethod_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c12 #ifndef PyMethod_MAXFREELIST
13 #define PyMethod_MAXFREELIST 256 macro
2390 if (numfree < PyMethod_MAXFREELIST) { in instancemethod_dealloc()