Function rsmpeg::ffi::av_fast_padded_mallocz[][src]

pub unsafe extern "C" fn av_fast_padded_mallocz(
    ptr: *mut c_void,
    size: *mut u32,
    min_size: u64
)
Expand description

Same behaviour av_fast_padded_malloc except that buffer will always be 0-initialized after call.