Searched refs:oldsz (Results 1 – 1 of 1) sorted by relevance
334 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() argument404 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()