![]() |
Miam-Player
0.8.0
A nice music player
|
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_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 |
| #define av_malloc_attrib |
Function attribute denoting a malloc-like function.