Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
562
void av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size)
563
{
564
fast_malloc(ptr, size, min_size, 1);
565
}
566
567
int av_size_mult(size_t a, size_t b, size_t *r)
568
{
Callers
9
alloc_sample_buffer
Function · 0.85
g2m_init_buffers
Function · 0.85
av_fast_padded_malloc
Function · 0.85
alloc_scratch_buffers
Function · 0.85
decode_frame
Function · 0.85
decode_frame
Function · 0.85
alloc_sample_buffer
Function · 0.85
alloc_x96_sample_buffer
Function · 0.85
av_exif_clone_ifd
Function · 0.85
Calls
1
fast_malloc
Function · 0.85
Tested by
no test coverage detected