Searched refs:newa (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/unbound/util/storage/
H A Dlruhash.c118 bin_split(struct lruhash* table, struct lruhash_bin* newa, argument
137 lock_quick_lock(&newa[i].lock);
138 lock_quick_lock(&newa[newbit|i].lock);
142 newbin = &newa[p->hash & newmask];
147 lock_quick_unlock(&newa[i].lock);
148 lock_quick_unlock(&newa[newbit|i].lock);
238 struct lruhash_bin* newa; local
246 newa = calloc(table->size*2, sizeof(struct lruhash_bin));
247 if(!newa) {
252 bin_init(newa, tabl
[all...]
H A Dlruhash.h395 * @param newa: new increased array.
398 void bin_split(struct lruhash* table, struct lruhash_bin* newa,
/freebsd-current/contrib/unbound/util/
H A Dalloc.c586 void* real, *newa; local
615 newa = unbound_stat_malloc_lite(size, file, line, func);
616 if(!newa)
619 memmove(newa, ptr, orig);
620 else memmove(newa, ptr, size);
623 return newa;

Completed in 48 milliseconds