文件名称:main
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
本任务要求实现一个简单的存储管理器,对进程地址空间的管理有进一步的了解。
任务要求
(1) 实现一个malloc/free,必须按讲义指出的方案(注意,因为网上有一些现成的版本,凡未按讲义方案实现者均无效)
(2) 设计测试实例,并与libc的malloc实现进行性能比较。
(3) 选做,分析你正在使用的libc下malloc的实现。
请参考下面的材料注意其如何保证性能。
-This task requires a simple storage management have a better understanding of the process address space management. Mission requirements (1) a malloc/free, must be the handouts pointed out that the program (note, because online there are some ready-made version, where not handouts program caught invalid) (2) design of test cases, and with the libc malloc to achieve a performance comparison. (3) elected to do the analysis you are using libc malloc implementation. Refer to the following materials, pay attention to how to ensure performance.
任务要求
(1) 实现一个malloc/free,必须按讲义指出的方案(注意,因为网上有一些现成的版本,凡未按讲义方案实现者均无效)
(2) 设计测试实例,并与libc的malloc实现进行性能比较。
(3) 选做,分析你正在使用的libc下malloc的实现。
请参考下面的材料注意其如何保证性能。
-This task requires a simple storage management have a better understanding of the process address space management. Mission requirements (1) a malloc/free, must be the handouts pointed out that the program (note, because online there are some ready-made version, where not handouts program caught invalid) (2) design of test cases, and with the libc malloc to achieve a performance comparison. (3) elected to do the analysis you are using libc malloc implementation. Refer to the following materials, pay attention to how to ensure performance.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.c