Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c334 static inline void * stats_realloc(void *ptr, size_t oldsz, size_t newsz,
393 stats_realloc(void *ptr, size_t oldsz, size_t newsz, int flags) in stats_realloc() argument
404 if (oldsz == 0) in stats_realloc()
406 else if (newsz > oldsz) in stats_realloc()
407 memset(BLOB_OFFSET(ptr, oldsz), '\0', newsz - oldsz); in stats_realloc()