Home | History | Annotate | Download | only in Modules

Lines Matching refs:alloc_pos

416     alloc_pos = state->data_stack_base; \
419 Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
420 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
426 ptr = (type*)(state->data_stack+alloc_pos); \
519 ctx_pos = alloc_pos; \
552 Py_ssize_t alloc_pos, ctx_pos = -1;
567 ctx_pos = alloc_pos;