Function d_malloc

Source
pub fn d_malloc(size: usize) -> Result<*mut c_void, MemoryError>