Home | History | Annotate | Download | only in linux-lib

Lines Matching refs:alloca

23    means there is a real alloca function.  */
27 /* alloca (N) returns a pointer to N bytes of memory
29 Use of alloca should be avoided:
38 #ifndef alloca
40 # define alloca __builtin_alloca
42 # define alloca __alloca
45 # define alloca _alloca
47 # define alloca __ALLOCA
54 # define alloca _alloca
60 void *alloca (size_t);