MC-Basic:SYSTEM.MAXMEMBLOCK

From SoftMC-Wiki
Revision as of 14:28, 28 May 2014 by Lisa (talk | contribs)
Jump to: navigation, search

This query returns the size (in bytes) of the largest block of free memory. This value is not necessarily the total amount of free memory in the system.

Syntax

?Sys.MaxMemBlock

?System.MaxMemBlock

Availability

All versions

Type

Long

Range

Depends on the amount of memory installed.

Scope

Configuration, Task or Terminal

Limitations

Read only. The statement, “System.MaxMemBlock = <value>” is not flagged as an error, but the statement is ignored.

Examples

?Sys.MaxMemBlock

See Also