Sets the maximum total size a function can grow to when the function it calls is inlined.
#pragma inline_max_total_size ( max_size )
max_size
The maximum number of statements, operands, and operators the inlined function calls that are also inlined, up to a maximum of 10000.