reallocf
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
*buf = reallocf(*buf, sz);
t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen);
t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_rdata.size);
t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen);
reallocf(t->bt_rdata.data, t->bt_reclen);
if ((sp->fts_array = reallocf(sp->fts_array,
sp->fts_path = reallocf(sp->fts_path, sp->fts_pathlen);
if ((sp->fts_array = reallocf(sp->fts_array,
sp->fts_path = reallocf(sp->fts_path, sp->fts_pathlen);
if ((sp->fts_array = reallocf(sp->fts_array,
sp->fts_path = reallocf(sp->fts_path, sp->fts_pathlen);
record = reallocf(record, newsize);
record = reallocf(record, newsize);
reallocf(record, (size_t)(rp - record))) == NULL) {
if ((mem = reallocf(mem, size + SFRAG)) == NULL)
if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL)
if ((mem = reallocf(mem, size + SFRAG)) == NULL)
if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL)
if ((pt = reallocf(pt, ptsize *= 2)) == NULL)
if ((mntbuf = reallocf(mntbuf, bufsize)) == NULL)
(buf = reallocf(buf, bufsize)) == NULL)
ngrp_storage = reallocf(ngrp_storage,
buf = reallocf(buf, len);
sl->sl_str = reallocf(sl->sl_str, sl->sl_max * sizeof(char *));
if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) {
outbuf_pmap = reallocf(outbuf_pmap, udpbufsz);
reallocf(fp->_bf._base, fp->_bf._size + 1);
*matches = (struct devstat_match *)reallocf(*matches,
rv = (char *)reallocf(rv, sizeof(gen) +
*dev_select = (struct device_selection *)reallocf(*dev_select,
Str->Str = reallocf (
req->arg = reallocf(req->arg, sizeof *ap * req->narg);
return (reallocf(p, strlen(p) + 1));
if ((descr = reallocf(descr, descrlen)) == NULL) {
np = reallocf(p, n);
log = reallocf(log, sizeof(*log) + payload_len);
av->buf = reallocf(av->buf, nchr);
p = reallocf(p, len);
gr->gr_mem = reallocf(gr->gr_mem, sizeof(*gr->gr_mem) *
buf = reallocf(buf, len);
if ((descr = reallocf(descr, descrlen)) != NULL) {
extern void *reallocf(void *, size_t);
#define bhnd_nv_reallocf(buf, size) reallocf((buf), (size))
#define bhnd_nv_reallocf(buf, size) reallocf((buf), (size), M_BHND_NVRAM, \
new = reallocf(block, (block[0x7e] + 1) * EDID_LENGTH, DRM_MEM_KMS,
new = reallocf(block, (valid_extensions + 1) * EDID_LENGTH,
buffer = reallocf(buffer,
sc->sc_tty = reallocf(sc->sc_tty, sizeof(struct uhso_tty) * sc->sc_ttys,
sc->sc_ucom = reallocf(sc->sc_ucom,
dc->devices = reallocf(dc->devices,
void *reallocf(void *addr, size_t size, struct malloc_type *type, int flags)
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
io_controllers = reallocf(io_controllers, (num_io_controllers + 1) *
*store = reallocf(*store, newlen);
p_line = reallocf(p_line, new_hunkmax * sizeof(char *));
p_len = reallocf(p_len, new_hunkmax * sizeof(size_t));
p_char = reallocf(p_char, new_hunkmax * sizeof(char));
if ((swobj = reallocf(swobj, maxnobj * sizeof(*swobj))) ==
*intrcnts = reallocf(*intrcnts, intrcntlen);
if ((intrnames = reallocf(intrnames, inamlen)) == NULL)
specified_devices = reallocf(specified_devices,
buf = reallocf(buf, needed);
table->data = reallocf(table->data, table->len + len);
*buf = reallocf(*buf, total);
disk_list = reallocf(disk_list, disk_list_len);
swap_devs = reallocf(swap_devs,
fs_buf = reallocf(fs_buf, fs_buf_count * sizeof(struct statfs));
entry->name = reallocf(entry->name, pname_len);
entry->path = reallocf(entry->path, path_len);
entry->parameters = reallocf(entry->parameters, pname_len);
entry->name = reallocf(entry->name, name_len);
p = reallocf(p, numifs * sizeof(struct pfi_kif));
t = reallocf(t, numaddrs * sizeof(struct pfr_astats));
pt = reallocf(pt, numtbls * sizeof(struct pfr_table));
wif->chanlist = (struct ieee80211_channel *)reallocf(wif->chanlist,
config = reallocf(config, config_size);
list = reallocf(list, list_size);
p = reallocf(p, (count + pc.num_matches) * sizeof(*p));