| 
    FFmpeg
    
   | 
 
Function attributes applicable to memory handling functions. More...
Macros | |
| #define | av_malloc_attrib | 
| #define | av_alloc_size(...) | 
Function attributes applicable to memory handling functions.
These function attributes can help compilers emit more useful warnings, or generate better code.
| #define av_malloc_attrib | 
Function attribute denoting a malloc-like function.
| #define av_alloc_size | ( | ... | ) | 
Function attribute used on a function that allocates memory, whose size is given by the specified parameter(s).
| ... | One or two parameter indexes, separated by a comma | 
 1.8.17