Home | History | Annotate | Download | only in Modules

Lines Matching refs:alloc_pos

699     alloc_pos = state->data_stack_base; \

701 SFY(type), alloc_pos, sizeof(type))); \
702 if (state->data_stack_size < alloc_pos+sizeof(type)) { \
708 ptr = (type*)(state->data_stack+alloc_pos); \
797 ctx_pos = alloc_pos; \
823 Py_ssize_t alloc_pos, ctx_pos = -1;
837 ctx_pos = alloc_pos;