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 10000.

Targets
All platforms.
Remarks
This pragma does not correspond to any panel setting. To check this setting, use __option (inline_max_total_size), described in Checking Settings. The default is 10000.