av_calloc

Non-inlined equivalent of av_mallocz_array().

Created for symmetry with the calloc() C function.

extern (C) @nogc nothrow
void*
av_calloc
(
size_t nmemb
,
size_t size
)

Meta