释义 |
memory workspace 存储器工作区 The quantity of memory needed by a program over and above the amount of memory required to store the program itself. Workspace is often used for input/output device bufferareas and for various other locations required by a program during its execution. 除程序本身占有的存储空间外,还要求占有的存储空间。工作区通常用作输入输出设备缓冲 区以及程序执行过程中所需的各种其它单元。 |