Skip to main content

host_realloc

Function host_realloc 

Source
#[unsafe(no_mangle)]
pub extern "C" fn host_realloc( ptr: *mut u8, old_size: usize, new_size: usize, ) -> *mut u8
Expand description

Reallocate memory (allocates new for arena, uses system realloc otherwise)