Home
last modified time | relevance | path

Searched refs:datastack_limit (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_frame.h202 (tstate->datastack_top == NULL && tstate->datastack_limit == NULL) in _PyThreadState_HasStackSpace()
204 (tstate->datastack_top != NULL && tstate->datastack_limit != NULL) in _PyThreadState_HasStackSpace()
207 size < (size_t)(tstate->datastack_limit - tstate->datastack_top); in _PyThreadState_HasStackSpace()
/third_party/python/Include/cpython/
H A Dpystate.h184 PyObject **datastack_limit; member
/third_party/python/Python/
H A Dpystate.c800 tstate->datastack_limit = NULL; in init_threadstate()
2193 tstate->datastack_limit = (PyObject **)(((char *)new) + allocate_size); in push_chunk()
2230 tstate->datastack_limit = (PyObject **)(((char *)previous) + previous->size); in _PyThreadState_PopFrame()

Completed in 5 milliseconds