Home | History | Annotate | Download | only in lib

Lines Matching defs:alloca

22    means there is a real alloca function.  */
26 /* alloca (N) returns a pointer to N bytes of memory
28 Use of alloca should be avoided:
37 #ifndef alloca
39 # define alloca __builtin_alloca
41 # define alloca __alloca
44 # define alloca _alloca
46 # define alloca __ALLOCA
53 # define alloca _alloca
59 void *alloca (size_t);