Home
last modified time | relevance | path

Searched refs:SDL_stack_alloc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_stdinc.h233 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count)) macro
236 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))