Searched refs:new_stack_len (Results 1 – 1 of 1) sorted by relevance
90 int new_stack_len; in push() local93 new_stack_len = STACK_LEN; in push()95 new_stack_len = stack_len * 2; in push()97 new_stack = reallocarray(stack, new_stack_len, sizeof(*stack)); in push()102 stack_len = new_stack_len; in push()