av_fast_padded_mallocz

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

extern (C) @nogc nothrow
void
av_fast_padded_mallocz
(
void* ptr
,
uint* size
,
size_t min_size
)

Meta