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

Function av_refstruct_allocz

libavutil/refstruct.h:104–108  ·  view source on GitHub ↗

* Equivalent to av_refstruct_alloc_ext(size, 0, NULL, NULL) */

Source from the content-addressed store, hash-verified

102 * Equivalent to av_refstruct_alloc_ext(size, 0, NULL, NULL)
103 */
104static inline
105void *av_refstruct_allocz(size_t size)
106{
107 return av_refstruct_alloc_ext(size, 0, NULL, NULL);
108}
109
110/**
111 * Decrement the reference count of the underlying object and automatically

Callers 15

ff_thread_get_ext_bufferFunction · 0.85
FUNC(sps)Function · 0.85
ff_dovi_rpu_generateFunction · 0.85
vp8_alloc_frameFunction · 0.85
read_headerFunction · 0.85
parse_ext_blocksFunction · 0.85
ff_dovi_rpu_parseFunction · 0.85
wv_dsd_resetFunction · 0.85
alloc_frameFunction · 0.85

Calls 1

av_refstruct_alloc_extFunction · 0.85

Tested by

no test coverage detected