Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_stdinc.h453 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))
457 extern DECLSPEC void *SDLCALL SDL_malloc(size_t size);
764 #define SDL_malloc malloc macro

Completed in 5 milliseconds