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

/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c119 static unsigned int func_table_allocated; variable
1388 if (func_table_in_use == func_table_allocated)
1390 func_table_allocated += FUNC_TABLE_INCREMENT;
1393 func_table_allocated * sizeof (vms_func_node));
1612 func_table_allocated = FUNC_TABLE_INCREMENT;

Completed in 54 milliseconds