asmjit::ArenaHashBase Class Reference [¶]

Base class used by ArenaHash template.
Base class used by ArenaHash template.
Buckets data.
Count of records inserted into the hash table.
Count of hash buckets.
When buckets array should grow (only checked after insertion).
Reciprocal value of _buckets_count
.
How many bits to shift right when hash is multiplied with _rcp_value
.
Prime value index in internal prime array.
Embedded data, used by empty hash tables.