Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 661 Bytes

stacksize.md

File metadata and controls

25 lines (18 loc) · 661 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: STACKSIZE
STACKSIZE
11/04/2016
STACKSIZE
STACKSIZE .def file statement
4d8c79bd-1cb4-4e4d-90f2-b5a7a4d20e7a

STACKSIZE

Sets the size of the stack in bytes.

STACKSIZE reserve[,commit]

Remarks

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.

See also

Rules for Module-Definition Statements