文件名称:cunchuguanli
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- pe***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。
2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。
-1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the data structure, storage allocation functions malloc () and memory release function mfree (), to identify the components and algorithms. 2. Modify the above related components and algorithms, it must show the BF (Best Fit, Best Fit) distribution and WF (Worst Fit, the worst adaptation) distribution.
2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。
-1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the data structure, storage allocation functions malloc () and memory release function mfree (), to identify the components and algorithms. 2. Modify the above related components and algorithms, it must show the BF (Best Fit, Best Fit) distribution and WF (Worst Fit, the worst adaptation) distribution.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验3存储管理\bfmap.c
实验3存储管理
实验3存储管理