Home
last modified time | relevance | path

Searched refs:av_malloc_attrib (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/firefox/firefox-99.0/dom/media/platforms/ffmpeg/ffmpeg59/include/libavutil/
H A Dmem.h157 # define av_malloc_attrib __attribute__((__malloc__)) macro
159 # define av_malloc_attrib macro
209 void* av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
220 void* av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
248 void* av_calloc(size_t nmemb, size_t size) av_malloc_attrib av_alloc_size(1, 2);
255 size_t size) av_malloc_attrib
490 char* av_strdup(const char* s) av_malloc_attrib;
501 char* av_strndup(const char* s, size_t len) av_malloc_attrib;
/dports/graphics/libbpg/libbpg-0.9.8/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);
200 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
212 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
231 char *av_strdup(const char *s) av_malloc_attrib;
241 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ffmpeg/osx/include/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;
251 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavutil/
H A Dmem.h64 # define av_malloc_attrib __attribute__((__malloc__)) macro
66 # define av_malloc_attrib macro
90 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size1(1);
212 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size1(1);
224 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
248 char *av_strdup(const char *s) av_malloc_attrib;
258 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/ffmpeg/ffmpeg57/include/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/ffmpeg/include/libavutil/
H A Dmem.h132 #define av_malloc_attrib __attribute__((__malloc__)) macro
134 #define av_malloc_attrib macro
182 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
193 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
238 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
469 char *av_strdup(const char *s) av_malloc_attrib;
480 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/www/firefox/firefox-99.0/dom/media/platforms/ffmpeg/ffmpeg57/include/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/ffmpeg/ffmpeg57/include/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavutil/
H A Dmem.h64 # define av_malloc_attrib __attribute__((__malloc__)) macro
66 # define av_malloc_attrib macro
90 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size1(1);
212 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size1(1);
224 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
248 char *av_strdup(const char *s) av_malloc_attrib;
258 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/ffmpeg/ffmpeg57/include/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/ffmpeg/ffmpeg57/include/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/ffmpeg/ffmpeg57/include/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);
206 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
242 char *av_strdup(const char *s) av_malloc_attrib;
252 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/lang/spidermonkey60/firefox-60.9.0/media/libav/libavutil/
H A Dmem.h63 #define av_malloc_attrib __attribute__((__malloc__)) macro
65 #define av_malloc_attrib macro
82 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
194 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 char *av_strdup(const char *s) av_malloc_attrib;
228 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/libav/lavc56_lavf56_lavu54_lavr02/libavutil/
H A Dmem.h63 #define av_malloc_attrib __attribute__((__malloc__)) macro
65 #define av_malloc_attrib macro
82 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
194 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 char *av_strdup(const char *s) av_malloc_attrib;
228 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libav/libavutil/
H A Dmem.h63 #define av_malloc_attrib __attribute__((__malloc__)) macro
65 #define av_malloc_attrib macro
82 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
194 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
218 char *av_strdup(const char *s) av_malloc_attrib;
228 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavutil/
H A Dmem.h46 #define av_malloc_attrib __attribute__((__malloc__)) macro
48 #define av_malloc_attrib macro
65 void *av_malloc(unsigned int size) av_malloc_attrib av_alloc_size(1);
100 void *av_mallocz(unsigned int size) av_malloc_attrib av_alloc_size(1);
108 char *av_strdup(const char *s) av_malloc_attrib;
/dports/graphics/cfdg/cfdg-3.3_1/src-ffmpeg/include/libavutil/
H A Dmem.h146 #define av_malloc_attrib __attribute__((__malloc__)) macro
148 #define av_malloc_attrib macro
196 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
207 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
242 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
473 char *av_strdup(const char *s) av_malloc_attrib;
484 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/
H A Dmem.h146 #define av_malloc_attrib __attribute__((__malloc__)) macro
148 #define av_malloc_attrib macro
196 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
207 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
242 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
473 char *av_strdup(const char *s) av_malloc_attrib;
484 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavutil/
H A Dmem.h146 #define av_malloc_attrib __attribute__((__malloc__)) macro
148 #define av_malloc_attrib macro
196 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
207 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
242 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
473 char *av_strdup(const char *s) av_malloc_attrib;
484 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dmem.h146 #define av_malloc_attrib __attribute__((__malloc__)) macro
148 #define av_malloc_attrib macro
196 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
207 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
242 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
473 char *av_strdup(const char *s) av_malloc_attrib;
484 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavutil/
H A Dmem.h146 #define av_malloc_attrib __attribute__((__malloc__)) macro
148 #define av_malloc_attrib macro
196 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
207 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
242 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
473 char *av_strdup(const char *s) av_malloc_attrib;
484 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/
H A Dmem.h146 #define av_malloc_attrib __attribute__((__malloc__)) macro
148 #define av_malloc_attrib macro
196 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
207 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
242 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
473 char *av_strdup(const char *s) av_malloc_attrib;
484 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavutil/
H A Dmem.h146 #define av_malloc_attrib __attribute__((__malloc__)) macro
148 #define av_malloc_attrib macro
196 void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
207 void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
242 void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
473 char *av_strdup(const char *s) av_malloc_attrib;
484 char *av_strndup(const char *s, size_t len) av_malloc_attrib;

123