Home
last modified time | relevance | path

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

/external/bison/src/
Dstate.c136 size_t items_size = nitems * sizeof *core; in state_new() local
140 res = xmalloc (offsetof (state, items) + items_size); in state_new()
150 memcpy (res->items, core, items_size); in state_new()
344 size_t items_size = nitems * sizeof *core; in state_hash_lookup() local
345 state *probe = xmalloc (offsetof (state, items) + items_size); in state_hash_lookup()
349 memcpy (probe->items, core, items_size); in state_hash_lookup()