Function ffmpeg_sys_the_third::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.