redis源码解析之adlist.c

#include <stdlib.h> #include "adlist.h" #include "zmalloc.h" /** * 建立list并作初始化 * @return */ /* Create a new list. The created list can be freed with * AlFreeList(), but private value of every node ne
相关文章
相关标签/搜索