全部博文(573)
发布时间:2016-10-14 08:49:50
task_struct和mm_struct和vm_area_struct和vm_operation_struct 1. MM_STRUCT结构 mm_strcut 用来描述一个进程的虚拟地址空间,在/include/linux/sched.h 中描述如下:struct mm_struct { struct vm_area_struct * mmap; &nbs.........【阅读全文】
发布时间:2016-10-13 14:07:05
内存储器管理概述、内存分配与释放、地址映射机制(mm_struct, vm_area_struct)、malloc/free&nb 一、内存管理概述(一)、虚拟内存实现结构 (1)内存映射模块(mmap):负责把磁盘文件的逻辑地址映射到虚拟地址,以及把虚拟地址映射.........【阅读全文】
发布时间:2016-10-12 17:46:03
关于Buddy(伙伴)算法的讨论 对伙伴系统种的位图的作用没有搞的清楚 &n.........【阅读全文】