Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 913 Bytes

stacksize.md

File metadata and controls

32 lines (28 loc) · 913 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
STACKSIZE | Microsoft Docs
11/04/2016
cpp-tools
article
STACKSIZE
C++
STACKSIZE .def file statement
4d8c79bd-1cb4-4e4d-90f2-b5a7a4d20e7a
7
corob-msft
corob
ghogen

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