Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

ATS Report Memory Usage inline is ignored #470

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the memory measurement should be inline, but it currently being 
ignored.

Current:
 inline void ATS_ReportMemoryUsage(int _memoryUsageAtStart)

Proposed:
inline void ATS_ReportMemoryUsage(int _memoryUsageAtStart) 
__attribute__((always_inline, unused));

Original issue reported on code.google.com by rick.rickanderson on 5 Feb 2011 at 7:25