6 Star 4 Fork 3

ZhouHeyu/simulation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
BPLRU.h 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhouHeyu 提交于 2018-01-18 22:24 . 提交BPLRU的结构
//
// Created by zj on 18-1-18.
//
#ifndef SIMULATION_BPLRU_H
#define SIMULATION_BPLRU_H
#include "type.h"
#include "BlkList.h"
struct cache_operation * BPLRU_op_setup();
//定义一个管理BPLRU的块链表
pBlkNode BPLRU_Head;
//创建关于当前BPLRU缓冲区大小的
int BPLRU_CACHE_SIZE;
int BPLRU_MAX_CACHE_SIZE;
int BPLRU_BLK_NUM;
#endif //SIMULATION_BPLRU_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ZhouHeyu/simulation.git
git@gitee.com:ZhouHeyu/simulation.git
ZhouHeyu
simulation
simulation
master

搜索帮助