Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ck_rhs: Get the right probe to restore on memory failure.
In ck_rhs_put_robin_hood(), on memory failure, restore the right probe for each descriptor. Descriptor at index 1 will want the probe at index 0, descriptor at index 2 will want the probe at index 1, etc, etc. And always store the last descriptor slot, so that we know where to put the last probe.
- Loading branch information