内存管理程序 meaning in Chinese
emm
Examples
- Occurs that causes the memory manager to retrieve it from the paging file and put it back into main memory - a task known as
,导致内存管理程序从分页文件中检索该页并放到主存中,这个任务称为 - It then commits just a part of the memory , and it is only for this part that the memory manager needs to allocate pages in real memory and in the paging file to back them up
然后它仅仅提交一部分内存,这也是内存管理程序需要在实际内存和分页文件中分配页来支持它们的那一部分。 - In a virtual - memory system , programs are given access to a larger set of addresses than is physically available , and a dedicated memory manager maps these logical addresses to actual locations , using temporary storage on disc to hold the overflow
在虚拟内存系统中,程序可以访问超出可用物理内存的更大的地址集合,专用内存管理程序将这些逻辑地址映射到实际地址,使用磁盘上的临时存储保存超出的部分。