Searched refs:items_size (Results 1 – 1 of 1) sorted by relevance
134 size_t items_size = nitems * sizeof *core; in state_new() local138 res = xmalloc (offsetof (state, items) + items_size); in state_new()150 memcpy (res->items, core, items_size); in state_new()161 size_t items_size = s->nitems * sizeof *s->items; in state_new_isocore() local165 res = xmalloc (offsetof (state, items) + items_size); in state_new_isocore()178 memcpy (res->items, s->items, items_size); in state_new_isocore()394 size_t items_size = nitems * sizeof *core; in state_hash_lookup() local395 state *probe = xmalloc (offsetof (state, items) + items_size); in state_hash_lookup()399 memcpy (probe->items, core, items_size); in state_hash_lookup()