disable_stackalloc

Controls the compiler method used to grow the size of the stack.

Syntax

#pragma disable_stackalloc on | off | reset

Targets
Intel x86
Remarks

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.