搜索资源列表
MemoryManager
- 操作系统课程中模拟内存管理的程序,模拟内存空间的分配,删除,自动合并-Program of courses in analog memory management of the operating system, the analog memory space allocated, deleted automatically merge
MemoryManager
- Memory Manager Source Code for Linux.
MemoryManager
- 通过在系统层和应用层之间实现一个简易内存池,减轻系统层的负担,提高应用层的内存申请和释放效率,减少磁盘碎片-Through the system layer and application layer between a simple memory pool, reducing the burden on the system layer, application layer to improve application and release of memory efficiency and
MemoryManager
- 1.通过随机数产生一个指令序列,共320条指令。指令的地址按下述原则生成: (1)50 的指令是顺序执行的; (2)25 的指令是均匀分布在前地址部分; (3)25 的指令是均匀分布在后地址部分; 具体的实施方法是: (1)在[0,319]的指令地址之间随机选取一起点m; (2)顺序执行一条指令,即执行地址为m+1的指令; (3)在前地址[0,m+1]中随机选取一条指令并执行,该指令的地址为m’; (4)顺序执行一条指令,其地址为m’+1; (5)在后地址[m
MemoryManager
- todo Move these constants to a common header file, preferably in tiler.h.