inline_max_size

Sets the maximum number of statements, operands, and operators used to consider the function for inlining.

Syntax
  #pragma inline_max_size ( size )  
Parameters

size

The maximum number of statements, operands, and operators in the function to consider it for inlining, up to a maximum of 256.

Remarks

This pragma does not correspond to any panel setting.