inline_max_total_size

Sets the maximum total size a function can grow to when the function it calls is inlined.

Syntax
  #pragma inline_max_total_size ( max_size )   
Parameters

max_size

The maximum number of statements, operands, and operators the inlined function calls that are also inlined, up to a maximum of 7000.

Remarks

This pragma does not correspond to any panel setting.