MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_fast_mallocz

Function av_fast_mallocz

libavutil/mem.c:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size)
563{
564 fast_malloc(ptr, size, min_size, 1);
565}
566
567int av_size_mult(size_t a, size_t b, size_t *r)
568{

Callers 9

alloc_sample_bufferFunction · 0.85
g2m_init_buffersFunction · 0.85
av_fast_padded_mallocFunction · 0.85
alloc_scratch_buffersFunction · 0.85
decode_frameFunction · 0.85
decode_frameFunction · 0.85
alloc_sample_bufferFunction · 0.85
alloc_x96_sample_bufferFunction · 0.85
av_exif_clone_ifdFunction · 0.85

Calls 1

fast_mallocFunction · 0.85

Tested by

no test coverage detected