Searched refs:new_sz (Results 1 – 1 of 1) sorted by relevance
223 size_t new_sz = stats->buf_alloc_sz + 64 * 1024; in stats_write() local224 char *new_ptr = realloc(stats->buf.buf, new_sz); in stats_write()230 stats->buf_alloc_sz = new_sz; in stats_write()