MH_HASH_SZ
mcache_t *mh_hash[MH_HASH_SZ];
sum %= MH_HASH_SZ;
assert(sum < MH_HASH_SZ);
for (i = 0; i < MH_HASH_SZ; i++) {