xrealloc 363 archive-zip.c zip_dir = xrealloc(zip_dir, zip_dir_size); xrealloc 1850 builtin/apply.c data = xrealloc(data, newsize); xrealloc 1703 builtin/pack-objects.c trg_entry->delta_data = xrealloc(delta_buf, delta_size); xrealloc 123 compat/precompose_utf8.c prec_dir->dirent_nfc = xrealloc(prec_dir->dirent_nfc, new_len); xrealloc 702 dir.c buf = xrealloc(buf, size+1); xrealloc 27 ewah/ewok.h # define ewah_realloc xrealloc xrealloc 1100 fast-import.c s.next_out = out = xrealloc(out, s.avail_out); xrealloc 720 git-compat-util.h extern void *xrealloc(void *ptr, size_t size); xrealloc 737 git-compat-util.h #define REALLOC_ARRAY(x, alloc) (x) = xrealloc((x), (alloc) * sizeof(*(x))) xrealloc 799 http-push.c ctx->name = xrealloc(ctx->name, new_len); xrealloc 351 sh-i18n--envsubst.c buffer = xrealloc (buffer, bufmax); xrealloc 385 sh-i18n--envsubst.c buffer = xrealloc (buffer, bufmax); xrealloc 1439 sha1_file.c p->bad_object_sha1 = xrealloc(p->bad_object_sha1, 20 * (p->num_bad_objects + 1)); xrealloc 478 utf8.c out = xrealloc(out, outalloc);