Searched refs:stack_vars_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c127 static size_t stack_vars_alloc; variable
208 if (stack_vars_num >= stack_vars_alloc)
210 if (stack_vars_alloc)
211 stack_vars_alloc = stack_vars_alloc * 3 / 2;
213 stack_vars_alloc = 32;
215 = XRESIZEVEC (struct stack_var, stack_vars, stack_vars_alloc);
1067 stack_vars_alloc = stack_vars_num = 0;

Completed in 54 milliseconds