Searched defs:LOCAL_ALLOC (Results 1 – 1 of 1) sorted by relevance
27 #define LOCAL_ALLOC(x) __builtin_alloca(x) macro 31 #define LOCAL_ALLOC(x) alloca(x) macro 37 #define LOCAL_ALLOC(x) alloca(x) macro 42 #define LOCAL_ALLOC(x) malloc(x) macro