Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ av_murmur3_alloc
Function
av_murmur3_alloc
libavutil/murmur3.c:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
} AVMurMur3;
34
35
AVMurMur3 *av_murmur3_alloc(void)
36
{
37
return av_mallocz(sizeof(AVMurMur3));
38
}
39
40
void av_murmur3_init_seeded(AVMurMur3 *c, uint64_t seed)
41
{
Callers
2
av_hash_alloc
Function · 0.85
main
Function · 0.85
Calls
1
av_mallocz
Function · 0.70
Tested by
1
main
Function · 0.68