Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 661 Bytes

File metadata and controls

25 lines (18 loc) · 661 Bytes
description Learn more about: STACKSIZE
title STACKSIZE
ms.date 11/04/2016
f1_keywords
STACKSIZE
helpviewer_keywords
STACKSIZE .def file statement
ms.assetid 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