Function snmalloc_sys::sn_rust_alloc_zeroed
source · pub unsafe extern "C" fn sn_rust_alloc_zeroed(
alignment: usize,
size: usize
) -> *mut c_voidExpand description
Behaves like rust_alloc, but also ensures that the contents are set to zero before being returned.