HomeSort by relevance Sort by last modified time
    Searched refs:SDL_malloc (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiomem.h 24 #define SDL_AllocAudioMem SDL_malloc
  /external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
SDL_sysloadso.c 42 wchar_t *errbuf_t = SDL_malloc(512 * sizeof(wchar_t));
43 wchar_t *sofile_t = SDL_malloc((MAX_PATH+1) * sizeof(wchar_t));
93 wchar_t *name_t = SDL_malloc((length + 1) * sizeof(wchar_t));
94 wchar_t *errbuf_t = SDL_malloc(512 * sizeof(wchar_t));
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_sysmutex.c 41 mutex = (SDL_mutex *)SDL_malloc(sizeof(*mutex));
SDL_syscond.c 45 cond = (SDL_cond *) SDL_malloc(sizeof(SDL_cond));
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_sysmutex.c 43 mutex = (SDL_mutex *)SDL_malloc(sizeof(*mutex));
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_sysmutex.c 44 mutex = (SDL_mutex *)SDL_malloc(sizeof(*mutex));
SDL_systhread.c 62 pThreadStartParms pThreadParms = SDL_malloc(sizeof(tThreadStartParms));
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_sysmutex.c 42 mutex = (SDL_mutex *)SDL_malloc(sizeof(*mutex));
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxmouse.c 44 cursor = (WMcursor *) SDL_malloc (sizeof (WMcursor)) ;
SDL_nxvideo.c 85 device = (SDL_VideoDevice *) SDL_malloc (sizeof (SDL_VideoDevice)) ;
89 SDL_malloc ((sizeof * device -> hidden)) ;
217 SDL_modelist = (SDL_Rect **) SDL_malloc (sizeof (SDL_Rect *) * 2) ;
219 SDL_modelist [0] = (SDL_Rect *) SDL_malloc (sizeof(SDL_Rect)) ;
494 if (! GammaRamp_R) GammaRamp_R = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) ;
495 if (! GammaRamp_G) GammaRamp_G = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) ;
496 if (! GammaRamp_B) GammaRamp_B = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) ;
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 67 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
71 SDL_malloc((sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.c 58 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
62 SDL_malloc((sizeof *this->hidden));
268 buffer = SDL_malloc(bufferSize);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 103 SDL_malloc(sizeof(*joystick->hwdata));
128 SDL_malloc(joystick->naxes*sizeof(int16));
130 SDL_malloc(joystick->nhats*sizeof(uint8));
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 83 threads=(SDL_Thread **)SDL_malloc((SDL_maxthreads+ARRAY_CHUNKSIZE)*
197 thread = (SDL_Thread *)SDL_malloc(sizeof(*thread));
206 args = (thread_args *)SDL_malloc(sizeof(*args));
SDL_syssem.c 43 sem = (SDL_sem *)SDL_malloc(sizeof(*sem));
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
94 SDL_malloc((sizeof *device->hidden));
168 this->hidden->buffer = SDL_malloc(width * height * (bpp / 8));
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 137 yuv_matrix = (MatrixRecordPtr) SDL_malloc (sizeof(MatrixRecord));
237 overlay = (SDL_Overlay*) SDL_malloc (sizeof(*overlay));
270 pixels = (Uint8**) SDL_malloc (sizeof(*pixels) * 3);
271 pitches = (Uint16*) SDL_malloc (sizeof(*pitches) * 3);
280 SDL_malloc (sizeof(PlanarPixmapInfoYUV420) +
315 overlay->hwfuncs = SDL_malloc (sizeof(*overlay->hwfuncs));
  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_joystick.c 52 SDL_joysticks = (SDL_Joystick **)SDL_malloc(arraylen);
114 joystick = (SDL_Joystick *)SDL_malloc((sizeof *joystick));
123 joystick->axes = (Sint16 *)SDL_malloc
127 joystick->hats = (Uint8 *)SDL_malloc
131 joystick->balls = (struct balldelta *)SDL_malloc
135 joystick->buttons = (Uint8 *)SDL_malloc
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.c 84 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
88 SDL_malloc((sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysmouse.cc 60 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor));
65 cursor->bits = (char *)SDL_malloc(4+2*((allowed_x/8)*allowed_y));
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_syssem.c 40 sem = (SDL_sem *)SDL_malloc(sizeof(*sem));
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_sysmutex.c 42 mutex = (SDL_mutex *)SDL_malloc(sizeof(*mutex));
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syssem.c 45 SDL_sem *sem = (SDL_sem *) SDL_malloc(sizeof(SDL_sem));
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c 112 cursor = (WMcursor *)SDL_malloc(sizeof(*cursor));
134 cursor = (WMcursor *)SDL_malloc(sizeof(*cursor));
146 aptr = cursor->ands = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 112 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
116 SDL_malloc((sizeof *device->hidden));
282 SDL_vgamode[i] = (int *)SDL_malloc(SDL_nummodes[i]*sizeof(int));
288 SDL_malloc((SDL_nummodes[i]+1)*sizeof(SDL_Rect *));
294 SDL_modelist[i][j]=(SDL_Rect *)SDL_malloc(sizeof(SDL_Rect));
402 current->pixels = SDL_malloc(current->h * current->pitch);

Completed in 195 milliseconds

1 2 3 4 5 6 7