Searched defs:TypeAlloca (Results 1 – 2 of 2) sorted by relevance
175 #define TypeAlloca(type,count)(type*) _alloca(sizeof(type)*(size_t)(count)) macro
62 #define TypeAlloca(type,count) (type*) _alloca(sizeof(type) * (size_t) (count)) macro