[−][src]Function avr_libc::calloc
pub unsafe extern "C" fn calloc(__nele: size_t, __size: size_t) -> *mut c_void
Allocate \c nele elements of \c size each. Identical to calling \c malloc() using nele * size as argument, except the allocated memory will be cleared to zero.