[][src]Function sdl2_sys::SDL_GetMemoryFunctions

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
)

\brief Get the current set of SDL memory functions