Searched refs:SDL_realloc_func (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 369 typedef void *(SDLCALL *SDL_realloc_func)(void *mem, size_t size); typedef 377 SDL_realloc_func *realloc_func, 390 SDL_realloc_func realloc_func,
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_memory.c | 51 static SDL_realloc_func SDL_realloc_orig = NULL;
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_malloc.c | 5327 SDL_realloc_func realloc_func; 5336 SDL_realloc_func *realloc_func, in SDL_GetMemoryFunctions() 5355 SDL_realloc_func realloc_func, in SDL_SetMemoryFunctions()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 674 …oid,SDL_GetMemoryFunctions,(SDL_malloc_func *a, SDL_calloc_func *b, SDL_realloc_func *c, SDL_free_… 675 SDL_DYNAPI_PROC(int,SDL_SetMemoryFunctions,(SDL_malloc_func a, SDL_calloc_func b, SDL_realloc_func …
|
Completed in 15 milliseconds