Searched refs:SDL_stack_alloc (Results 1 – 1 of 1) sorted by relevance
233 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count)) macro236 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))