Searched refs:PYOS_STACK_MARGIN (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
D | pythonrun.h | 23 #define PYOS_STACK_MARGIN 2048 macro |
/third_party/python/Python/ | ||
D | pythonrun.c | 1464 alloca(PYOS_STACK_MARGIN * sizeof(void*)); in PyOS_CheckStack() |