Function av_calloc

Source
pub unsafe extern "C" fn av_calloc(
    nmemb: usize,
    size: usize,
) -> *mut c_void
Expand description

Non-inlined equivalent of av_mallocz_array().

Created for symmetry with the calloc() C function.