Searched refs:states_size (Results 1 – 1 of 1) sorted by relevance
45 size_t states_size = num * sizeof *the_states; in transitions_new() local46 transitions *res = xmalloc (offsetof (transitions, states) + states_size); in transitions_new()48 memcpy (res->states, the_states, states_size); in transitions_new()