跳到主要内容

av_fast_padded_mallocz

搜索

函数 av_fast_padded_mallocz 

源代码
pub unsafe extern "C" fn av_fast_padded_mallocz(
    ptr: *mut c_void,
    size: *mut c_uint,
    min_size: usize,
)
展开描述

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