Allocate a block of size * nmemb bytes with av_mallocz(). @param nmemb Number of elements @param size Size of the single element @return Pointer to the allocated block, NULL if the block cannot be allocated. @see av_mallocz() @see av_malloc_array()
See Implementation
Allocate a block of size * nmemb bytes with av_mallocz(). @param nmemb Number of elements @param size Size of the single element @return Pointer to the allocated block, NULL if the block cannot be allocated. @see av_mallocz() @see av_malloc_array()