Searched refs:SDL_free_func (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 370 typedef void (SDLCALL *SDL_free_func)(void *mem); typedef 378 SDL_free_func *free_func); 391 SDL_free_func free_func);
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_memory.c | 52 static SDL_free_func SDL_free_orig = NULL;
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_malloc.c | 5328 SDL_free_func free_func; 5337 SDL_free_func *free_func) in SDL_GetMemoryFunctions() 5356 SDL_free_func free_func) in SDL_SetMemoryFunctions()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 674 …nctions,(SDL_malloc_func *a, SDL_calloc_func *b, SDL_realloc_func *c, SDL_free_func *d),(a,b,c,d),) 675 …yFunctions,(SDL_malloc_func a, SDL_calloc_func b, SDL_realloc_func c, SDL_free_func d),(a,b,c,d),r…
|
Completed in 17 milliseconds