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

/external/bison/src/
H A Dstate.c43 size_t states_size = num * sizeof *the_states; local
44 transitions *res = xmalloc (offsetof (transitions, states) + states_size);
46 memcpy (res->states, the_states, states_size);

Completed in 19 milliseconds