Name

$M Compiler Directive

Syntax

{$M MinStackSize,MaxStackSize}

Scope

Project

Description

The $M compiler directive sets the minimum and maximum stack size. The default minimum size is 16 KB and the default maximum size is 1 MB. For clarity, use $MinStackSize and $MaxStackSize instead of $M.

Example

// Default stack sizes in hexadecimal
{$M $4000,$100000}

See Also

$MaxStackSize Compiler Directive, $MinStackSize Compiler Directive, $TypeInfo Compiler Directive
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset