码迷,mamicode.com
首页 >  
搜索关键字:基础层数据结构    ( 1个结果
linux内核基础层的学习(1)
一:内核基础层数据结构 1:双向链表list a):链表的定义struct list_head{ struct list_head *next,*pre; }b):container对象和list_entry#define container_of(ptr,type,member){ const typeof(((type *)0->member) *_mptr = (...
分类:系统相关   时间:2015-04-16 12:28:29    阅读次数:238
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!