Searched refs:ff_fast_malloc (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mem.c | 504 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()
|
D | mem_internal.h | 139 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/ |
D | utils.c | 58 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()
|