Searched defs:LOCAL_ALLOC (Results 1 – 1 of 1) sorted by relevance
27 #define LOCAL_ALLOC(x) __builtin_alloca(x) macro31 #define LOCAL_ALLOC(x) alloca(x) macro37 #define LOCAL_ALLOC(x) alloca(x) macro42 #define LOCAL_ALLOC(x) malloc(x) macro