摘要: memcached源码版本:memcached-1.4.241. 与 hash 相关的文件hash.h / hash.c就一个函数 hash_init(enum hashfunc_type type) ,main函数调用,用来选择使用的 hash 函数。hash.h 1 typedef uint32... 阅读全文
posted @ 2015-09-02 15:37 深度C++ 阅读(265) 评论(0) 推荐(0)