Home
last modified time | relevance | path

Searched refs:stats_realloc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_stats.c393 stats_realloc(void *ptr, size_t oldsz, size_t newsz, int flags) in stats_realloc() function
712 vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO);
847 vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO);
893 vss->iv = stats_realloc(NULL, 0, vsd_dtype2size[voi_dtype], 0);
1096 *dst = stats_realloc(NULL, 0, src->cursz, 0);
1160 tpl_mb = stats_realloc(NULL, 0, sizeof(struct metablob), M_ZERO);
1193 newtpllist = stats_realloc(tpllist, ntpl * sizeof(void *),
1283 voi_meta = stats_realloc(voi_meta, voi_meta == NULL ?
1387 sb = stats_realloc(NULL, 0, tpllist[tpl_id]->sb->maxsz, 0);
1503 sb = stats_realloc(sb, sb->maxsz, sb->cursz + nbytes, M_ZERO);
[all …]