Home
last modified time | relevance | path

Searched refs:SDL_free_func (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h370 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 DSDL_test_memory.c52 static SDL_free_func SDL_free_orig = NULL;
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c5328 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 DSDL_dynapi_procs.h674 …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