Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythonrun.h23 #define PYOS_STACK_MARGIN 2048 macro
/third_party/python/Python/
Dpythonrun.c1464 alloca(PYOS_STACK_MARGIN * sizeof(void*)); in PyOS_CheckStack()