STACKSIZE

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at STACKSIZE.

Sets the size of the stack in bytes.

STACKSIZE reserve[,commit]  

An equivalent way to set the stack is with the Stack Allocations (/STACK) option. See the documentation on that option for details about the reserve and commit arguments.

This option has no effect on DLLs.

Rules for Module-Definition Statements

Show: