Home | History | Annotate | Download | only in Modules

Lines Matching refs:alloc_pos

701     alloc_pos = state->data_stack_base; \

704 SFY(type), alloc_pos, sizeof(type))); \
705 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
711 ptr = (type*)(state->data_stack+alloc_pos); \
803 ctx_pos = alloc_pos; \
829 Py_ssize_t alloc_pos, ctx_pos = -1;
843 ctx_pos = alloc_pos;