Home | History | Annotate | Download | only in include

Lines Matching defs:alloca

121 /* get alloca declaration */
123 #undef alloca
124 #define alloca __builtin_alloca
130 #include <alloca.h>
138 #define cvStackAlloc(size) cvAlignPtr( alloca((size) + CV_MALLOC_ALIGN), CV_MALLOC_ALIGN )