OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:av_malloc_attrib
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
mem.h
64
#define
av_malloc_attrib
__attribute__((__malloc__))
macro
66
#define
av_malloc_attrib
macro
83
void *av_malloc(size_t size)
av_malloc_attrib
av_alloc_size(1);
169
void *av_mallocz(size_t size)
av_malloc_attrib
av_alloc_size(1);
181
void *av_calloc(size_t nmemb, size_t size)
av_malloc_attrib
;
206
char *av_strdup(const char *s)
av_malloc_attrib
;
Completed in 64 milliseconds