| 释义 |
dynamic allocator 动态分配程序;[动态配置程式] An allocator which assigns the desired storage area to the process or task selected by scheduler, and performs “storage exchange” in time-sharing system, i.e.,transfer the subroutines in main storage to backup storage to make enough room for assigning to other tasks. 为调度程序选取的进程或任务分配所需的存储空间的一种分配程序,在分时系统中,它还 负责“存储空间的交换",即把主存的程序写入后备存储器,让出足够的主存空间以分配给其 它任务。 |