Searched refs:new_sz (Results 1 – 4 of 4) sorted by relevance
88 size_t new_sz = stats->buf_alloc_sz + 64 * 1024; in stats_write() local89 char *new_ptr = realloc(stats->buf.buf, new_sz); in stats_write()94 stats->buf_alloc_sz = new_sz; in stats_write()
87 size_t new_sz = stats->buf_alloc_sz + 64 * 1024; in stats_write() local88 char *new_ptr = realloc(stats->buf.buf, new_sz); in stats_write()93 stats->buf_alloc_sz = new_sz; in stats_write()
121 int new_sz = fdt_totalsize(fdt) + delta; in realloc_fdt() local122 fdt = xrealloc(fdt, new_sz); in realloc_fdt()123 fdt_open_into(fdt, fdt, new_sz); in realloc_fdt()
50 ssize_t new_sz = NormalizeCmdLine(&new_start, base.size()); in Normalize() local51 if (new_sz < 0) { in Normalize()57 static_cast<size_t>(new_sz)); in Normalize()