alloca 965 dln.c char *p = alloca(strlen(lib) + 4);
alloca 346 gc.c # define SET_STACK_END VALUE stack_end; alloca(0);
alloca 352 gc.c # define SET_STACK_END VALUE *stack_end = alloca(1)
alloca 105 regex.c #define FREE_VARIABLES() alloca(0)
alloca 138 regex.c #define RE_TALLOC(n,t) ((t*)alloca((n)*sizeof(t)))
alloca 3247 regex.c alloca(0);
alloca 450 ruby.h #define ALLOCA_N(type,n) (type*)alloca(sizeof(type)*(n))