Searched refs:SDL_realloc (Results 1 – 16 of 16) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_getenv.c | 51 char *newmem = (char *)SDL_realloc(SDL_envmem, bufferlen); in SDL_putenv() 77 char *newmem = (char *)SDL_realloc(SDL_envmem, bufferlen); in SDL_getenv() 142 new_env = SDL_realloc(SDL_env, (i+2)*sizeof(char *)); in SDL_putenv()
|
D | SDL_iconv.c | 856 string = SDL_realloc(string, stringsize); in SDL_iconv_string()
|
D | SDL_malloc.c | 616 #define realloc SDL_realloc
|
/external/qemu/distrib/sdl-1.2.15/src/thread/ |
D | SDL_thread.c | 92 threads = (SDL_Thread **)SDL_realloc(SDL_Threads, in SDL_AddThread()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_stdinc.h | 174 #define SDL_realloc realloc macro 176 extern DECLSPEC void * SDLCALL SDL_realloc(void *mem, size_t size);
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
D | SDL_vglvideo.c | 200 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in VGL_AddMode() 344 VGLCurMode = SDL_realloc(VGLCurMode, sizeof(VGLMode)); in VGL_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_sysvideo.cc | 200 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in QT_AddMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_riscosFullScreenVideo.c | 605 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in FULLSCREEN_AddMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 246 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in BE_AddMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_RLEaccel.c | 1604 Uint8 *p = SDL_realloc(rlebuf, dst - rlebuf); in RLEAlphaSurface() 1762 Uint8 *p = SDL_realloc(rlebuf, dst - rlebuf); in RLEColorkeySurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
D | SDL_dgavideo.c | 203 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in DGA_AddMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
D | SDL_gapivideo.c | 238 SDL_realloc(gapi->SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in GAPI_AddMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzVideo.m | 467 /* !!! FIXME: this leaks memory if SDL_realloc() fails! */ 469 SDL_realloc (client_mode_list, sizeof(*client_mode_list) * (list_size+1));
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
D | SDL_dibvideo.c | 287 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in DIB_AddMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbvideo.c | 462 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *)); in FB_AddMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
D | SDL_os2fslib.c | 2681 …pNewList = (SDL_Rect**) SDL_realloc(_this->hidden->pListModesResult, (iNumOfSlots+1)*sizeof(SDL_Re… in os2fslib_ListModes()
|