Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h368 typedef void *(SDLCALL *SDL_calloc_func)(size_t nmemb, size_t size); typedef
376 SDL_calloc_func *calloc_func,
389 SDL_calloc_func calloc_func,
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_memory.c50 static SDL_calloc_func SDL_calloc_orig = NULL;
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c5326 SDL_calloc_func calloc_func;
5335 SDL_calloc_func *calloc_func, in SDL_GetMemoryFunctions()
5354 SDL_calloc_func calloc_func, in SDL_SetMemoryFunctions()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h674 SDL_DYNAPI_PROC(void,SDL_GetMemoryFunctions,(SDL_malloc_func *a, SDL_calloc_func *b, SDL_realloc_fu…
675 SDL_DYNAPI_PROC(int,SDL_SetMemoryFunctions,(SDL_malloc_func a, SDL_calloc_func b, SDL_realloc_func …

Completed in 16 milliseconds