Function rust_raylib::ffi::MemRealloc
source · pub unsafe extern "C" fn MemRealloc(
ptr: *mut c_void,
size: c_uint
) -> *mut c_void
Expand description
Internal memory reallocator
pub unsafe extern "C" fn MemRealloc(
ptr: *mut c_void,
size: c_uint
) -> *mut c_void
Internal memory reallocator