6 Star 4 Fork 3

ZhouHeyu / simulation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FAB.h 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhouHeyu 提交于 2018-01-16 22:29 . FAB代码持续进行....
//
// Created by zj on 18-1-16.
//
#ifndef SIMULATION_FAB_H
#define SIMULATION_FAB_H
#include "type.h"
#include "BlkList.h"
struct cache_operation * FAB_op_setup();
//定义一个管理FAB的块链表
pBlkNode FAB_Head;
//创建关于当前FAB缓冲区大小的
int FAB_CACHE_SIZE;
int FAB_MAX_CACHE_SIZE;
int FAB_BLK_NUM;
#endif //SIMULATION_FAB_H
C
1
https://gitee.com/ZhouHeyu/simulation.git
git@gitee.com:ZhouHeyu/simulation.git
ZhouHeyu
simulation
simulation
master

搜索帮助