LOCAL_ALLOC
#define LOCAL_ALLOC(x) __builtin_alloca(x)
#define LOCAL_ALLOC(x) alloca(x)
#define LOCAL_ALLOC(x) malloc(x)