关于内核在内存分配方面的一些疑问二)
时间:2003-03-28
来源:互联网
(2)linux的内核支持三级页表。这样设计的理由是什么?
(3)阅读分配物理页帧的代码,__alloc_pages() 。当区域没有足够内存块时,它是如何处理的?
(4)伙伴内存块分配策略的优点是什么?
(5)在采用分页机制实现由线性地址到物理地址的转换后,页帧之间可以不连续吗?如果“是”,那么为什么还需要大的内存块?
作者: mjy00 发布时间: 2003-03-28
跨平台,有的机器是三级的。事实上Ppro以后的就可以
作者: 超级用户 发布时间: 2003-04-01
作者: studying 发布时间: 2003-04-07
作者: mjy00 发布时间: 2003-04-07
而且伙伴系统也便于回收
都是2的幂北~
还是不明白的话,回去补习数据结构。还有2.5好像内存管理要改了
作者: gyb997 发布时间: 2003-04-17
2。the position of the Page Middle Directory in the sequence of pointers is kept so that the same code can work on 32-bit and 64-bit architectures
4。the buddy system is a reasonable compromise to overcome the disadvantages of both the fixed and variable partitioning schemes. it has found application in parallel systems as an efficent means of the allocation and realease for parallel programs .a modified form of the buddy system is used for unix kernel memory allocation(cite from os internals and design principles)
5.yes .
作者: sudy 发布时间: 2003-04-18
作者: ziyang 发布时间: 2003-04-19
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28