Searched defs:alloca (Results 1 – 2 of 2) sorted by relevance
37 # define alloca __builtin_alloca macro42 # define alloca _alloca macro105 # define alloca(n) malloc (n) macro
31 # define alloca __builtin_alloca macro36 # define alloca _alloca macro406 # define alloca(size) (malloc (size)) macro
Completed in 8 milliseconds