Home
last modified time | relevance | path

Searched refs:zero_realloc (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmem_internal.h27 static inline int ff_fast_malloc(void *ptr, unsigned int *size, size_t min_size, int zero_realloc) in ff_fast_malloc() argument
38 val = zero_realloc ? av_mallocz(min_size) : av_malloc(min_size); in ff_fast_malloc()