操作系统内存管理存储桶实验

时间:2013-07-21 05:00:55
【文件属性】:
文件名称:操作系统内存管理存储桶实验
文件大小:460KB
文件格式:RAR
更新时间:2013-07-21 05:00:55
操作系统 内存管理 malloc 实验 源代码 想知道操作系统是怎么管理内存的吗? malloc是怎么实现的呢? 通过自己的动手实践,这里为大家提供了一个内存管理和分配的模型——存储桶模型! 压缩包内包含源代码(有注释)和说明文档。 在读者认真阅读和理解之后,还为读者提供了2个提高阶段的实验题。 希望本实验能对您真正理解操作系统,或者提高动手实践能力有所帮助~
【文件预览】:
操作系统存储桶实验
----实验题()
--------test2()
--------lib()
--------test1()
----test2()
--------测试用例.txt(39B)
--------memory.h(317B)
--------my_malloc.c(5KB)
--------test2.plg(1KB)
--------my_malloc.h(376B)
--------test2.dsp(4KB)
--------test2.c(4KB)
--------memory.c(1KB)
--------test2.dsw(535B)
--------test2.opt(48KB)
--------def.h(452B)
--------test2.ncb(49KB)
----Src()
--------memory.h(317B)
--------my_malloc.c(5KB)
--------my_malloc.h(376B)
--------memory.c(1KB)
--------def.h(452B)
----操作系统存储桶实验.ppt(249KB)
----操作系统存储桶实验.pdf(481KB)
----test1()
--------memory.h(317B)
--------test1.dsw(535B)
--------my_malloc.c(5KB)
--------test1.opt(48KB)
--------my_malloc.h(376B)
--------test1.c(932B)
--------test1.plg(1KB)
--------test1.ncb(57KB)
--------memory.c(1KB)
--------test1.dsp(4KB)
--------def.h(452B)

网友评论

  • 对理解内存管理挺有帮助的
  • 讲的比较清楚,只是有的地方不够全面。