*/dictht ht[2];// 数据动态迁移的位置,假设rehashidx == -1说明没有rehash过longrehashidx;/* rehashing not in progress if rehashidx == -1 */// 当前正在使用的迭代器的数量intiterators;/* number of iterators currently running */} dict;/* If safe is set to 1 this is a safe iterator,...