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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 156 #define SDL_realloc realloc
158 extern DECLSPEC void * SDLCALL SDL_realloc(void *mem, size_t size);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 156 #define SDL_realloc realloc
158 extern DECLSPEC void * SDLCALL SDL_realloc(void *mem, size_t size);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 156 #define SDL_realloc realloc
158 extern DECLSPEC void * SDLCALL SDL_realloc(void *mem, size_t size);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 156 #define SDL_realloc realloc
158 extern DECLSPEC void * SDLCALL SDL_realloc(void *mem, size_t size);

Completed in 74 milliseconds