av_fast_padded_mallocz

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

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

Meta