Function snmalloc_sys::rust_alloc_zeroed [−][src]
pub unsafe extern "C" fn 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.