xrecallocarray
bench_samples = xrecallocarray(bench_samples, bench_nalloc,
ret = xrecallocarray(ret, i + 1, i + 2, sizeof(*ret));
*pfdp = xrecallocarray(*pfdp, *npfd_allocp,
sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts,
sc->channels = xrecallocarray(sc->channels, sc->channels_alloc,
*permp = xrecallocarray(*permp, *npermp, *npermp + 1, sizeof(**permp));
args->list = xrecallocarray(args->list, args->nalloc,
*listp = xrecallocarray(*listp, i + 1, i + 2, sizeof(**listp));
*iarray = xrecallocarray(*iarray, *lp, *lp + 1,
*array = xrecallocarray(*array, *lp, *lp + 1, sizeof(**array));
*cppptr = xrecallocarray(*cppptr, *uintptr,
cnames = xrecallocarray(cnames, ncnames, ncnames + 1,
options->send_env = xrecallocarray(options->send_env,
bp->buf = xrecallocarray(bp->buf, bp->cnt, size, 1);
options->subsystem_name = xrecallocarray(
options->subsystem_command = xrecallocarray(
options->subsystem_args = xrecallocarray(
dst->subsystem_name = xrecallocarray(
dst->subsystem_command = xrecallocarray(
dst->subsystem_args = xrecallocarray(
options->listen_addrs = xrecallocarray(options->listen_addrs,
options->queued_listen_addrs = xrecallocarray(
tmp = xrecallocarray(sessions, sessions_nalloc,
s->env = xrecallocarray(s->env, s->num_env,
ids = xrecallocarray(ids, n, n + 1, sizeof(*ids));
ids = xrecallocarray(ids, n, n + 1, sizeof(*ids));
dch->keys = xrecallocarray(dch->keys, dch->nkeys,
dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys,
*dcp = xrecallocarray(*dcp, *ndcp, *ndcp + 1, sizeof(**dcp));
certs = xrecallocarray(certs, ncerts, ncerts + 1,
dch->keys = xrecallocarray(dch->keys, dch->nkeys,
dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys,
*dcsp = xrecallocarray(*dcsp, *ndcsp, *ndcsp + 1,
*certs = xrecallocarray(*certs, *ncerts, *ncerts + 1,
e->session_ids = xrecallocarray(e->session_ids, e->nsession_ids,
sockets = xrecallocarray(sockets, old_alloc, new_alloc,
opts = xrecallocarray(opts, nopts, nopts + 1,
helper->keyblobs = xrecallocarray(helper->keyblobs, helper->nkeyblobs,
helpers = xrecallocarray(helpers, nhelpers,
helpers = xrecallocarray(helpers, nhelpers,
helper->keyblobs = xrecallocarray(helper->keyblobs,
*keysp = xrecallocarray(*keysp, *nkeys,
*labelsp = xrecallocarray(*labelsp, *nkeys,
*keysp = xrecallocarray(*keysp, *nkeys,
*labelsp = xrecallocarray(*labelsp, *nkeys,
ctx->names = xrecallocarray(ctx->names,
host_pubkeys = xrecallocarray(host_pubkeys,
host_certificates = xrecallocarray(host_certificates,
sensitive_data.host_keys = xrecallocarray(
sensitive_data.host_pubkeys = xrecallocarray(
sensitive_data.host_certificates = xrecallocarray(
void *xrecallocarray(void *, size_t, size_t, size_t);
args->values = xrecallocarray(args->values,
values = xrecallocarray(values, count, count + 1,
r->ranges = xrecallocarray(r->ranges, r->size, n, sizeof *r->ranges);
void *xrecallocarray(void *, size_t, size_t, size_t);