Home
last modified time | relevance | path

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

/external/bison/src/
Dstate.c45 size_t states_size = num * sizeof *the_states; in transitions_new() local
46 transitions *res = xmalloc (offsetof (transitions, states) + states_size); in transitions_new()
48 memcpy (res->states, the_states, states_size); in transitions_new()