opheap.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 26 行

GML
26
字号
.*
.*
.option HEAPSIZE
.*
.np
The "HEAPSIZE" option specifies the size of the heap required by the
application.
The format of the "HEAPSIZE" option (short form "H") is as follows.
.mbigbox
    OPTION HEAPSIZE=n
.embigbox
.synote
.im lnkvalue
.esynote
.np
.sy n
specifies the size of the heap.
The default heap size is 0 bytes.
The maximum value of
.sy n
is 65536 (64K) for 16-bit applications and 4G for 32-bit applications
which is the maximum size of a physical segment.
Actually, for a particular application, the maximum value of
.sy n
is 64K or 4G less the size of group "DGROUP".

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?