Searched defs:malloc_sym (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c1018 char *malloc_sym = NULL; local
1020 malloc_sym = SDL_malloc(sym_len + 2);
1021 if (malloc_sym)
1023 SDL_snprintf(malloc_sym, sym_len+2, "_%s", symbol);
1024 value = dlsymIntern(handle, malloc_sym, 1);
1025 SDL_free(malloc_sym);
1064 char *malloc_sym = NULL; local
1065 malloc_sym = SDL_malloc(sym_len + 2);
1066 if (malloc_sym)
1068 SDL_snprintf(malloc_sym, sym_le
[all...]

Completed in 322 milliseconds