twizzler_abi::runtime::syms

Function twz_rt_realloc

source
#[no_mangle]
pub unsafe extern "C-unwind" fn twz_rt_realloc(
    ptr: *mut c_void,
    sz: usize,
    align: usize,
    new_size: usize,
    flags: alloc_flags,
) -> *mut c_void