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

/external/bison/lib/
H A Dfatal-signal.c223 size_t new_actions_allocated = 2 * actions_allocated; local
225 XNMALLOC (new_actions_allocated, actions_entry_t);
234 actions_allocated = new_actions_allocated;

Completed in 44 milliseconds