释义 |
mapped array area 映象数组区 An area of the task's physical memory, preceding the task image, that is used for storage of large arrays. Space in the area is reserved by means of the VSECT keyword or through a mapped array declaration contained in an object module. Access is through the mapping directives issued at run time. 处于任务映象 前的任务物理存储器的一个区域,用来存储大数组。该区域中的空间通过VSECT关键字或经 过包含在目标模块中的映象数组说明来保留。访问经过运行时发送映象命令来进行。 |