Function linearRealloc
Source pub unsafe extern "C" fn linearRealloc(
mem: *mut c_void,
size: usize,
) -> *mut c_void
Expand description
Reallocates a buffer.
Note: Not implemented yet.
§Arguments
mem - Buffer to reallocate.
size - Size of the buffer to allocate.
§Returns
The reallocated buffer.