pub unsafe extern "C" fn pa_xmalloc0(l: usize) -> *mut c_voidExpand description
Same as pa_xmalloc() , but initializes allocated memory to 0.
pub unsafe extern "C" fn pa_xmalloc0(l: usize) -> *mut c_voidSame as pa_xmalloc() , but initializes allocated memory to 0.