Searched refs:newtable (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsymtab.c190 eltlist_t *newtable; local
199 newtable = isc_mem_get(symtab->mctx, newsize * sizeof(eltlist_t));
200 if (newtable == NULL)
204 INIT_LIST(newtable[i]);
216 APPEND(newtable[hv % newsize], elt, link);
223 symtab->table = newtable;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c478 struct bfd_hash_entry **newtable; local
490 newtable = ((struct bfd_hash_entry **)
492 memset ((PTR) newtable, 0, alloc);
506 chain_end->next = newtable[index];
507 newtable[index] = chain;
509 table->table = newtable;

Completed in 71 milliseconds