twizzler_rt_abi::bindings

Function twz_rt_malloc

source
pub unsafe extern "C-unwind" fn twz_rt_malloc(
    sz: usize,
    align: usize,
    flags: alloc_flags,
) -> *mut c_void
Expand description

Allocate memory, zeroing it first if the flag is set.