Home | History | Annotate | Download | only in Modules

Lines Matching refs:alloc_pos

687     alloc_pos = state->data_stack_base; \
690 SFY(type), alloc_pos, sizeof(type))); \
691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
697 ptr = (type*)(state->data_stack+alloc_pos); \
789 ctx_pos = alloc_pos; \
815 Py_ssize_t alloc_pos, ctx_pos = -1;
829 ctx_pos = alloc_pos;