Searched refs:SDL_malloc_func (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 367 typedef void *(SDLCALL *SDL_malloc_func)(size_t size); typedef 375 extern DECLSPEC void SDLCALL SDL_GetMemoryFunctions(SDL_malloc_func *malloc_func, 388 extern DECLSPEC int SDLCALL SDL_SetMemoryFunctions(SDL_malloc_func malloc_func,
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_memory.c | 49 static SDL_malloc_func SDL_malloc_orig = NULL;
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_malloc.c | 5325 SDL_malloc_func malloc_func; 5334 void SDL_GetMemoryFunctions(SDL_malloc_func *malloc_func, in SDL_GetMemoryFunctions() 5353 int SDL_SetMemoryFunctions(SDL_malloc_func malloc_func, in SDL_SetMemoryFunctions()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 674 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