Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6270270
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

分类: 嵌入式

2014-02-09 10:16:07

  1. page(memory page, or virtual page)    a block of virtual memory   
    A page, memory page, or virtual page is a fixed-length contiguous block of .
    分页,调页,页式调度 一种虚拟内存操作技术。操作系统把主内存空间划分成若干定长的页,从而简化了操作系统分配与管理主内存的工作,并能提高存储器的存储密度。采用这种方法,可以在有限的存储空间上执行大于实存储空间的作业。
  2. paging    a method of data retrieval 一种数据检索方法
    In , paging is one of the schemes by which a computer can store and retrieve data from for use in    
    paging是一种内存管理方案,用于把硬盘(secondary storage)中的数据存储到主内存中(或者检索主内存中的数据)
    The main functions of paging are performed when a program tries to access pages that are not currently mapped to physical memory (RAM)
  3. swapping
  4. disk buffer
  5. page cache
  6. page fault
  7. page table

阅读(693) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~