Technical Support
On-Line Manuals
Compiler Reference Guide
__attribute__((malloc))
This function attribute indicates that the function can be treated like malloc and the compiler can perform the associated optimizations.
malloc
This function attribute is a GNU compiler extension that is supported by the ARM compiler.
void * Function_Attributes_malloc_0(int b) __attribute__ ((malloc));