摘要: /* Expands 'hmap', if necessary, to optimize the performance of searches. */voidhmap_expand(struct hmap *hmap){ size_t new_mask = calc_mask(hmap->n... 阅读全文