realloc_array
state->refs = realloc_array(state->refs, state->acquired_refs, n,
state->stack = realloc_array(state->stack, old_n, n, sizeof(struct bpf_stack_state));
state->stack_arg_regs = realloc_array(state->stack_arg_regs, old_n, cnt,
goto realloc_array;
goto realloc_array;
realloc_array: