Home | History | Annotate | Download | only in src

Lines Matching defs:alloca

521 #    define alloca _alloca
801 # include <alloca.h>
1156 # define lzo_alloca(x) LZO_STATIC_CAST(void *, alloca((x)))