MapCompact
MapCompact
Description
Rebuild the map using the current policy and current pair count. This removes tombstones and re-packs the probe table.
Parameters
| Name | Direction | Description |
|---|---|---|
m |
in,out | Map. |
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Map.Ops.c:125:
bool result = (first.tombstones == 1);
MapCompact(&first);
result = result && (first.tombstones == 0);
Last updated on