mark_entry       6688 src/alloc.c      struct mark_entry *stack;	/* base of stack */
mark_entry       6706 src/alloc.c      struct mark_entry *e = &mark_stk.stack[mark_stk.sp - 1];
mark_entry       6736 src/alloc.c      mark_stk.stack[mark_stk.sp++] = (struct mark_entry){.n = 0, .u.value = value};
mark_entry       6748 src/alloc.c      mark_stk.stack[mark_stk.sp++] = (struct mark_entry){.n = n,