2013年(92)
分类: 信息化
2013-04-24 05:35:48
Linux 内核链表移植 我参看网上的文章修改了移植后的Linux内核的双向链表和HASH链表, 使之适用于Linux和Windows途径. 可以在用户态下运用. 任何成果, 个人概不负责! 下面是全部代码: /** * dhlist.h * - deque list and hash list from Linux Kernel * * from Linux Kernel * for Windows and Linux * * modified by cheungmine * 2013-4 */ #ifndef _DH_LIST_H #define _DH_LIST_H #ifdef typeof static inline void prefetch(const void *x) {;} static inline void prefetchw(const void *x) {;} #define offsetof(TYPE, MEMBER) ((size_t)