pub unsafe extern "C" fn SDL_GetMemoryFunctions(
    malloc_func: *mut SDL_malloc_func,
    calloc_func: *mut SDL_calloc_func,
    realloc_func: *mut SDL_realloc_func,
    free_func: *mut SDL_free_func
)
Expand description

Get the current set of SDL memory functions

\since This function is available since SDL 2.0.7.