ALLOC_GROW         37 alias.c        			ALLOC_GROW(*argv, count + 1, size);
ALLOC_GROW         68 alias.c        	ALLOC_GROW(*argv, count + 1, size);
ALLOC_GROW        343 archive-tar.c  		ALLOC_GROW(tar_filters, nr_tar_filters + 1, alloc_tar_filters);
ALLOC_GROW         26 archive.c      	ALLOC_GROW(archivers, nr_archivers + 1, alloc_archivers);
ALLOC_GROW         19 argv-array.c   	ALLOC_GROW(array->argv, array->argc + 2, array->alloc);
ALLOC_GROW        351 attr.c         	ALLOC_GROW(res->attrs, res->num_matches + 1, res->alloc);
ALLOC_GROW        345 builtin/apply.c 	ALLOC_GROW(img->line_allocated, img->nr + 1, img->alloc);
ALLOC_GROW        382 builtin/branch.c 	ALLOC_GROW(ref_list->list, ref_list->index + 1, ref_list->alloc);
ALLOC_GROW        160 builtin/config.c 	ALLOC_GROW(values->items, values->nr + 1, values->alloc);
ALLOC_GROW         28 builtin/fetch-pack.c 	ALLOC_GROW(*sought, *nr, *alloc);
ALLOC_GROW         76 builtin/fetch.c 	ALLOC_GROW(refmap_array, refmap_nr + 1, refmap_alloc);
ALLOC_GROW         93 builtin/fmt-merge-msg.c 	ALLOC_GROW(table->item, table->nr + 1, table->alloc);
ALLOC_GROW        895 builtin/index-pack.c 			ALLOC_GROW(delta, delta_nr + 1, delta_alloc);
ALLOC_GROW       1130 builtin/index-pack.c 			ALLOC_GROW(ref_deltas, nr_ref_deltas + 1, ref_deltas_alloc);
ALLOC_GROW       1524 builtin/index-pack.c 		ALLOC_GROW(opts->anomaly, opts->anomaly_nr + 1, opts->anomaly_alloc);
ALLOC_GROW        129 builtin/merge-base.c 	ALLOC_GROW(revs->commit, revs->nr + 1, revs->alloc);
ALLOC_GROW        159 builtin/merge.c 	ALLOC_GROW(use_strategies, use_strategies_nr + 1, use_strategies_alloc);
ALLOC_GROW        179 builtin/merge.c 	ALLOC_GROW(xopts, xopts_nr + 1, xopts_alloc);
ALLOC_GROW        724 builtin/merge.c 			ALLOC_GROW(*list, *nr + 1, *alloc);
ALLOC_GROW        730 builtin/merge.c 			ALLOC_GROW(*list, *nr + 1, *alloc);
ALLOC_GROW         26 builtin/mktree.c 	ALLOC_GROW(entries, used + 1, alloc);
ALLOC_GROW        128 builtin/name-rev.c 	ALLOC_GROW(tip_table.table, tip_table.nr + 1, tip_table.alloc);
ALLOC_GROW       1235 builtin/pack-objects.c 	ALLOC_GROW(done_pbase_paths,
ALLOC_GROW       2361 builtin/pack-objects.c 		ALLOC_GROW(in_pack.array,
ALLOC_GROW         34 builtin/push.c 	ALLOC_GROW(refspec, refspec_nr, refspec_alloc);
ALLOC_GROW        394 builtin/reflog.c 	ALLOC_GROW(cb->e, cb->nr + 1, cb->alloc);
ALLOC_GROW        391 builtin/rev-parse.c 		ALLOC_GROW(usage, unb + 1, usz);
ALLOC_GROW        410 builtin/rev-parse.c 		ALLOC_GROW(opts, onb + 1, osz);
ALLOC_GROW        468 builtin/rev-parse.c 	ALLOC_GROW(opts, onb + 1, osz);
ALLOC_GROW         52 builtin/revert.c 	ALLOC_GROW(opts->xopts, opts->xopts_nr + 1, opts->xopts_alloc);
ALLOC_GROW        312 builtin/rm.c   		ALLOC_GROW(list.entry, list.nr + 1, list.alloc);
ALLOC_GROW        134 builtin/tag.c  	ALLOC_GROW(stack->stack, stack->nr, stack->alloc);
ALLOC_GROW        248 bulk-checkin.c 		ALLOC_GROW(state->written,
ALLOC_GROW         18 bundle.c       	ALLOC_GROW(list->list, list->nr + 1, list->alloc);
ALLOC_GROW         79 cache-tree.c   	ALLOC_GROW(it->down, it->subtree_nr + 1, it->subtree_alloc);
ALLOC_GROW        125 commit.c       	ALLOC_GROW(commit_graft, commit_graft_nr + 1, commit_graft_alloc);
ALLOC_GROW        933 compat/mingw.c 		ALLOC_GROW(wenvblk, (wenvpos + size) * sizeof(wchar_t), wenvsz);
ALLOC_GROW       1266 compat/mingw.c 	ALLOC_GROW(environ, (environ_size + 1) * sizeof(char*), environ_alloc);
ALLOC_GROW       1350 config.c       	ALLOC_GROW(cs->list.items, cs->list.nr + 1, cs->list.alloc);
ALLOC_GROW       1665 config.c       			ALLOC_GROW(store.offset, store.seen + 1,
ALLOC_GROW       1695 config.c       		ALLOC_GROW(store.offset, store.seen + 1,
ALLOC_GROW       1702 config.c       			ALLOC_GROW(store.offset, store.seen + 1,
ALLOC_GROW       1711 config.c       					ALLOC_GROW(store.offset,
ALLOC_GROW       2036 config.c       		ALLOC_GROW(store.offset, 1, store.offset_alloc);
ALLOC_GROW         22 credential-cache--daemon.c 	ALLOC_GROW(entries, entries_nr + 1, entries_alloc);
ALLOC_GROW        979 daemon.c       		ALLOC_GROW(socklist->list, socklist->nr + 1, socklist->alloc);
ALLOC_GROW       1039 daemon.c       	ALLOC_GROW(socklist->list, socklist->nr + 1, socklist->alloc);
ALLOC_GROW        766 diff.c         	ALLOC_GROW(buffer->text.ptr, buffer->text.size + len, buffer->alloc);
ALLOC_GROW        984 diff.c         	ALLOC_GROW(buffer->orig, 1, buffer->orig_alloc);
ALLOC_GROW        993 diff.c         		ALLOC_GROW(buffer->orig, buffer->orig_nr + 1,
ALLOC_GROW       1000 diff.c         		ALLOC_GROW(out->ptr, out->size + j - i + 1, alloc);
ALLOC_GROW       1417 diff.c         	ALLOC_GROW(diffstat->files, diffstat->nr + 1, diffstat->alloc);
ALLOC_GROW       1988 diff.c         		ALLOC_GROW(dir.files, dir.nr + 1, dir.alloc);
ALLOC_GROW       2032 diff.c         		ALLOC_GROW(dir.files, dir.nr + 1, dir.alloc);
ALLOC_GROW       4050 diff.c         	ALLOC_GROW(queue->queue, queue->nr + 1, queue->alloc);
ALLOC_GROW         57 diffcore-rename.c 	ALLOC_GROW(rename_dst, rename_dst_nr + 1, rename_dst_alloc);
ALLOC_GROW         97 diffcore-rename.c 	ALLOC_GROW(rename_src, rename_src_nr + 1, rename_src_alloc);
ALLOC_GROW        522 dir.c          	ALLOC_GROW(el->excludes, el->nr + 1, el->alloc);
ALLOC_GROW        635 dir.c          	ALLOC_GROW(dir->dirs, dir->dirs_nr + 1, dir->dirs_alloc);
ALLOC_GROW        777 dir.c          	ALLOC_GROW(group->el, group->nr + 1, group->alloc);
ALLOC_GROW       1179 dir.c          	ALLOC_GROW(dir->entries, dir->nr+1, dir->alloc);
ALLOC_GROW       1188 dir.c          	ALLOC_GROW(dir->ignored, dir->ignored_nr+1, dir->ignored_alloc);
ALLOC_GROW       1555 dir.c          	ALLOC_GROW(dir->untracked, dir->untracked_nr + 1,
ALLOC_GROW       1773 dir.c          		ALLOC_GROW(simplify, nr + 1, alloc);
ALLOC_GROW         20 help.c         	ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc);
ALLOC_GROW        297 help.c         	ALLOC_GROW(cmds->names, cmds->cnt + old->cnt, cmds->alloc);
ALLOC_GROW         20 line-log.c     	ALLOC_GROW(rs->ranges, rs->nr + extra, rs->alloc);
ALLOC_GROW        529 line-log.c     			ALLOC_GROW(ends, (cur + 1), size);
ALLOC_GROW        126 pack-bitmap-write.c 	ALLOC_GROW(seen_objects, seen_objects_nr + 1, seen_objects_alloc);
ALLOC_GROW         86 patch-ids.c    	ALLOC_GROW(ids->table, ids->nr + 1, ids->alloc);
ALLOC_GROW         64 pretty.c       		ALLOC_GROW(commit_formats, commit_formats_len+1,
ALLOC_GROW        100 pretty.c       	ALLOC_GROW(commit_formats, commit_formats_len, commit_formats_alloc);
ALLOC_GROW         44 prio-queue.c   	ALLOC_GROW(queue->array, queue->nr + 1, queue->alloc);
ALLOC_GROW        121 quote.c        			ALLOC_GROW(*argv, *nr + 1, *alloc);
ALLOC_GROW       1035 read-cache.c   	ALLOC_GROW(istate->cache, istate->cache_nr + 1, istate->cache_alloc);
ALLOC_GROW         29 reflog-walk.c  	ALLOC_GROW(array->items, array->nr + 1, array->alloc);
ALLOC_GROW        114 reflog-walk.c  	ALLOC_GROW(lifo->items, lifo->nr + 1, lifo->alloc);
ALLOC_GROW        393 refs.c         	ALLOC_GROW(dir->entries, dir->nr + 1, dir->alloc);
ALLOC_GROW       3988 refs.c         	ALLOC_GROW(transaction->updates, transaction->nr + 1, transaction->alloc);
ALLOC_GROW        826 remote-curl.c  			ALLOC_GROW(to_fetch, nr_heads + 1, alloc_heads);
ALLOC_GROW        939 remote-curl.c  			ALLOC_GROW(specs, nr_spec + 1, alloc_spec);
ALLOC_GROW         98 remote.c       	ALLOC_GROW(remote->push_refspec,
ALLOC_GROW        106 remote.c       	ALLOC_GROW(remote->fetch_refspec,
ALLOC_GROW        114 remote.c       	ALLOC_GROW(remote->url, remote->url_nr + 1, remote->url_alloc);
ALLOC_GROW        120 remote.c       	ALLOC_GROW(remote->pushurl, remote->pushurl_nr + 1, remote->pushurl_alloc);
ALLOC_GROW        175 remote.c       	ALLOC_GROW(remotes, remotes_nr + 1, remotes_alloc);
ALLOC_GROW        187 remote.c       	ALLOC_GROW(branch->merge_name, branch->merge_nr + 1,
ALLOC_GROW        204 remote.c       	ALLOC_GROW(branches, branches_nr + 1, branches_alloc);
ALLOC_GROW        229 remote.c       	ALLOC_GROW(r->rewrite, r->rewrite_nr + 1, r->rewrite_alloc);
ALLOC_GROW        245 remote.c       	ALLOC_GROW(rewrite->instead_of, rewrite->instead_of_nr + 1, rewrite->instead_of_alloc);
ALLOC_GROW       1341 remote.c       	ALLOC_GROW(tips->tip, tips->nr + 1, tips->alloc);
ALLOC_GROW       2321 remote.c       	ALLOC_GROW(cas->entry, cas->nr + 1, cas->alloc);
ALLOC_GROW         44 replace_object.c 	ALLOC_GROW(replace_object, replace_object_nr + 1, replace_object_alloc);
ALLOC_GROW       1184 revision.c     	ALLOC_GROW(info->rev, nr + 1, info->alloc);
ALLOC_GROW       1636 revision.c     		ALLOC_GROW(prune->path, prune->nr + 1, prune->alloc);
ALLOC_GROW       1648 revision.c     		ALLOC_GROW(prune->path, prune->nr + 1, prune->alloc);
ALLOC_GROW       2317 revision.c     		ALLOC_GROW(prune_data.path, prune_data.nr + 1, prune_data.alloc);
ALLOC_GROW        657 run-command.c  	ALLOC_GROW(git_atexit_hdlrs.handlers, git_atexit_hdlrs.nr + 1, git_atexit_hdlrs.alloc);
ALLOC_GROW        788 sequencer.c    		ALLOC_GROW(opts->xopts, opts->xopts_nr + 1, opts->xopts_alloc);
ALLOC_GROW          7 sha1-array.c   	ALLOC_GROW(array->sha1, array->nr + 1, array->alloc);
ALLOC_GROW       1969 sha1_file.c    			ALLOC_GROW(poi_stack, poi_stack_nr+1, poi_stack_alloc);
ALLOC_GROW       2336 sha1_file.c    			ALLOC_GROW(delta_stack, delta_stack_nr+1, delta_stack_alloc);
ALLOC_GROW       2815 sha1_file.c    	ALLOC_GROW(cached_objects, cached_object_nr + 1, cached_object_alloc);
ALLOC_GROW        569 shallow.c      	ALLOC_GROW(ca->commits, ca->nr + 1, ca->alloc);
ALLOC_GROW         24 sigchain.c     	ALLOC_GROW(s->old, s->n + 1, s->alloc);
ALLOC_GROW         84 split-index.c  	ALLOC_GROW(si->base->cache, istate->cache_nr, si->base->cache_alloc);
ALLOC_GROW        143 split-index.c  	ALLOC_GROW(istate->cache, istate->cache_nr, istate->cache_alloc);
ALLOC_GROW        241 split-index.c  				ALLOC_GROW(entries, nr_entries+1, nr_alloc);
ALLOC_GROW        251 split-index.c  			ALLOC_GROW(entries, nr_entries+1, nr_alloc);
ALLOC_GROW         66 strbuf.c       	ALLOC_GROW(sb->buf, sb->len + extra + 1, sb->alloc);
ALLOC_GROW        134 strbuf.c       		ALLOC_GROW(ret, nr + 2, alloc);
ALLOC_GROW        139 strbuf.c       	ALLOC_GROW(ret, nr + 1, alloc); /* In case string was empty */
ALLOC_GROW        199 string-list.c  	ALLOC_GROW(list->items, list->nr + 1, list->alloc);
ALLOC_GROW        183 transport-helper.c 			ALLOC_GROW(refspecs,
ALLOC_GROW         59 transport.c    		ALLOC_GROW(list.entries, list.nr + 1, list.alloc);
ALLOC_GROW       1289 transport.c    		ALLOC_GROW(heads, nr_heads + 1, nr_alloc);
ALLOC_GROW        541 tree-walk.c    			ALLOC_GROW(parents, parents_nr + 1, parents_alloc);
ALLOC_GROW        221 userdiff.c     		ALLOC_GROW(drivers, ndrivers+1, drivers_alloc);