Searched defs:alloca (Results 1 – 2 of 2) sorted by relevance
23 TEST(alloca, alloca) { in TEST() argument
46 #define alloca(size) __builtin_alloca(size) macro