Searched refs:PyTrash_UNWIND_LEVEL (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dobject.h970 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,
971 with the call stack never exceeding a depth of PyTrash_UNWIND_LEVEL.
985 #define PyTrash_UNWIND_LEVEL 50 macro
992 _tstate->trash_delete_nesting < PyTrash_UNWIND_LEVEL) { \
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dobject.h970 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,
971 with the call stack never exceeding a depth of PyTrash_UNWIND_LEVEL.
985 #define PyTrash_UNWIND_LEVEL 50 macro
992 _tstate->trash_delete_nesting < PyTrash_UNWIND_LEVEL) { \
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dobject.h970 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,
971 with the call stack never exceeding a depth of PyTrash_UNWIND_LEVEL.
985 #define PyTrash_UNWIND_LEVEL 50 macro
992 _tstate->trash_delete_nesting < PyTrash_UNWIND_LEVEL) { \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dobject.h970 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,
971 with the call stack never exceeding a depth of PyTrash_UNWIND_LEVEL.
985 #define PyTrash_UNWIND_LEVEL 50 macro
992 _tstate->trash_delete_nesting < PyTrash_UNWIND_LEVEL) { \

Completed in 125 milliseconds