Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsre.h90 size_t data_stack_size; member
D_sre.c263 state->data_stack_size = state->data_stack_base = 0; in data_stack_dealloc()
271 cursize = state->data_stack_size; in data_stack_grow()
282 state->data_stack_size = cursize; in data_stack_grow()
691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
712 if (size > state->data_stack_size - state->data_stack_base) { \