Controls the compiler method used to grow the size of the stack.
#pragma disable_stackalloc on | off | reset
The compiler controls how stack space is grown as follows:
NOTE Use of this pragma is required for Win32 code.
This pragma does not correspond to any panel setting. To check this setting, use the __option (disable_stackalloc). The default setting for Win32 targets is off.