Skip to main content

__rust_reallocate

Function __rust_reallocate 

Source
#[unsafe(no_mangle)]
pub extern "C" fn __rust_reallocate( pointer: *mut u8, oldSize: usize, newSize: usize, align: usize, ) -> *mut u8
Expand description

Reallocates a chunk of memory.