MCPcopy 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
35AVMurMur3 *av_murmur3_alloc(void)
36{
37 return av_mallocz(sizeof(AVMurMur3));
38}
39
40void av_murmur3_init_seeded(AVMurMur3 *c, uint64_t seed)
41{

Callers 2

av_hash_allocFunction · 0.85
mainFunction · 0.85

Calls 1

av_malloczFunction · 0.70

Tested by 1

mainFunction · 0.68