Project: Memcached

Revision: 785

Author: dormando

Date: 23 Jun 2008 00:05:13

Changes:

Use calloc for allocating the hash table vs. malloc+memset.

calloc is already used to resize the hash table, so it's good to be
consistent here.

Files:
modified: /trunk/server/assoc.c (try)
Diff: To list