Searched refs:av_malloc_attrib (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dmem.h32 #define av_malloc_attrib __attribute__((__malloc__)) macro
34 #define av_malloc_attrib macro
51 void *av_malloc(unsigned int size) av_malloc_attrib av_alloc_size(1);
85 void *av_mallocz(unsigned int size) av_malloc_attrib av_alloc_size(1);
93 char *av_strdup(const char *s) av_malloc_attrib;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmem.h60 #define av_malloc_attrib __attribute__((__malloc__)) macro
62 #define av_malloc_attrib macro
79 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
113 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
121 char *av_strdup(const char *s) av_malloc_attrib;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmem.h64 #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);
205 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
217 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
241 char *av_strdup(const char *s) av_malloc_attrib;

Completed in 55 milliseconds