seealloc.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 21 行
GML
21 行
.* ALLOCATION FAMILY
.if &farfnc eq 0 .do begin
.seelist &*1 calloc
.seelist &*1 free
.seelist &*1 malloc
.seelist &*1 realloc
.seelist &*1 sbrk
.seelist &*1 _smalloc
.do end
.el .do begin
.seelist &*1 calloc Functions
.seelist &*1 _expand Functions
.seelist &*1 free Functions
.seelist &*1 halloc hfree
.seelist &*1 malloc Functions
.seelist &*1 _msize Functions
.seelist &*1 realloc Functions
.seelist &*1 sbrk
.seelist &*1 _smalloc
.do end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?