Function get_memory_functions

Source
pub unsafe extern "C" fn get_memory_functions(
    alloc_func_ptr: *mut allocate_function,
    realloc_func_ptr: *mut reallocate_function,
    free_func_ptr: *mut free_function,
)
Expand description