AVMPLUS_PARAM_ALLOCA_CUTOFF  104 MMgc/GC.h      #  define VMPI_alloca(core, autoptr, nbytes)  (nbytes > AVMPLUS_PARAM_ALLOCA_CUTOFF ? core->gc->allocaPush(nbytes, autoptr) : alloca(nbytes))
AVMPLUS_PARAM_ALLOCA_CUTOFF  105 MMgc/GC.h      #  define VMPI_alloca_gc(gc, autoptr, nbytes)  (nbytes > AVMPLUS_PARAM_ALLOCA_CUTOFF ? gc->allocaPush(nbytes, autoptr) : alloca(nbytes))