HomeSort by relevance Sort by last modified time
    Searched defs:SDL_malloc (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 162 #define SDL_malloc malloc
164 extern DECLSPEC void * SDLCALL SDL_malloc(size_t size);
211 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 162 #define SDL_malloc malloc
164 extern DECLSPEC void * SDLCALL SDL_malloc(size_t size);
211 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 162 #define SDL_malloc malloc
164 extern DECLSPEC void * SDLCALL SDL_malloc(size_t size);
211 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 162 #define SDL_malloc malloc
164 extern DECLSPEC void * SDLCALL SDL_malloc(size_t size);
211 #define SDL_stack_alloc(type, count) (type*)SDL_malloc(sizeof(type)*(count))

Completed in 1669 milliseconds