Searched defs:new_storage (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c1031 char *new_storage; local
1074 new_storage = realloc(h->has_indirect ? h->indirect.storage : NULL,
1076 if (!new_storage)
1081 memcpy(new_storage, h->direct.storage,
1094 h->indirect.storage = new_storage;
1098 old_dibs = (dib_raw_t*)(new_storage + hi->entry_size * old_n_buckets);

Completed in 100 milliseconds