twizzler_rt_abi::bindings

Function twz_rt_dealloc

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

Deallocate memory. If ZERO_MEMORY is set, will clear the memory before freeing.