twizzler_abi::runtime::syms

Function twz_rt_malloc

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