2014年9月26日

深入分析 Linux 内核链表

摘要: http://www.ibm.com/developerworks/cn/linux/kernel/l-chain/ 阅读全文

posted @ 2014-09-26 10:56 qisewai 阅读(43) 评论(0) 推荐(0)

初始化链表操作时的一个内存错误

摘要: void InitList2( List* L ){ List tmp; tmp = (List)malloc(sizeof(struct Node)); if( !tmp ) printf("Init List error\r\n"); tmp->Next = NULL; L = &t... 阅读全文

posted @ 2014-09-26 10:36 qisewai 阅读(199) 评论(0) 推荐(0)

导航