Searched refs:stats_realloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_stats.c | 329 static inline void * stats_realloc(void *ptr, size_t oldsz, size_t newsz, 388 stats_realloc(void *ptr, size_t oldsz, size_t newsz, int flags) in stats_realloc() function 707 vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO); 842 vss->iv = stats_realloc(NULL, 0, vss->vsdsz, M_ZERO); 888 vss->iv = stats_realloc(NULL, 0, vsd_dtype2size[voi_dtype], 0); 1091 *dst = stats_realloc(NULL, 0, src->cursz, 0); 1166 tpl = stats_realloc(NULL, 0, sizeof(struct statsblobv1_tpl), M_ZERO); 1167 tpl_mb = stats_realloc(NULL, 0, sizeof(struct metablob), M_ZERO); 1168 tpl_sb = stats_realloc(NULL, 0, sizeof(struct statsblobv1), M_ZERO); 1200 newtpllist = stats_realloc(tpllist, ntpl * sizeof(void *), [all …]
|