alloca            941 compat/nedmalloc/nedmalloc.c     size_t i, *adjustedsizes=(size_t *) alloca(elems*sizeof(size_t));
alloca            203 compat/poll/poll.c 	  irbuffer = (INPUT_RECORD *) alloca (nbuffer * sizeof (INPUT_RECORD));
alloca           1429 compat/regex/regexec.c     prev_idx_match = (regmatch_t *) alloca (nmatch * sizeof (regmatch_t));
alloca           3339 compat/regex/regexec.c     dests_alloc = (struct dests_alloc *) alloca (sizeof (struct dests_alloc));
alloca           3386 compat/regex/regexec.c       alloca (ndests * 3 * sizeof (re_dfastate_t *));
alloca            708 git-compat-util.h # define xalloca(size)      (alloca(size))