Chinaunix首页 | 论坛 | 博客
  • 博客访问: 428906
  • 博文数量: 123
  • 博客积分: 2686
  • 博客等级: 少校
  • 技术积分: 1349
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-23 22:11
文章分类
文章存档

2012年(3)

2011年(10)

2010年(100)

2009年(10)

我的朋友

分类: LINUX

2010-10-20 14:59:27

Cache contains Slab, Slab contains Cache Object.
Caches are linked by list each other.

The slab cache consist of two components: a cache object to hold the management data and slabs to hold the managed cache objects.

Each Cache is responsible for just one object type. The number of cache in each Cache varies according to the number of pages used, the object size, and the number of objects managed. All caches are kept in a doubly linked list.
阅读(530) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~