Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dmem.c504 ff_fast_malloc(ptr, size, min_size, 0); in av_fast_malloc()
509 ff_fast_malloc(ptr, size, min_size, 1); in av_fast_mallocz()
Dmem_internal.h139 static inline int ff_fast_malloc(void *ptr, unsigned int *size, size_t min_size, int zero_realloc) in ff_fast_malloc() function
/third_party/ffmpeg/libavcodec/
Dutils.c58 if (!ff_fast_malloc(p, size, min_size + AV_INPUT_BUFFER_PADDING_SIZE, 1)) in av_fast_padded_malloc()
70 if (!ff_fast_malloc(p, size, min_size + AV_INPUT_BUFFER_PADDING_SIZE, 1)) in av_fast_padded_mallocz()