stats_realloc
*dst = stats_realloc(NULL, 0, src->cursz, 0);
tpl = stats_realloc(NULL, 0, sizeof(struct statsblobv1_tpl), M_ZERO);
tpl_mb = stats_realloc(NULL, 0, sizeof(struct metablob), M_ZERO);
tpl_sb = stats_realloc(NULL, 0, sizeof(struct statsblobv1), M_ZERO);
newtpllist = stats_realloc(tpllist, ntpl * sizeof(void *),
voi_meta = stats_realloc(voi_meta, voi_meta == NULL ?
sb = stats_realloc(NULL, 0, tpllist[tpl_id]->sb->maxsz, 0);
sb = stats_realloc(sb, sb->maxsz, sb->cursz + nbytes, M_ZERO);
static inline void * stats_realloc(void *ptr, size_t oldsz, size_t newsz,
rates = stats_realloc(rates, 0, /* oldsz is unused in kernel. */
vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO);
vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO);
vss->iv = stats_realloc(NULL, 0, vsd_dtype2size[voi_dtype], 0);