32 #ifndef __BASE_FILTERS_H3_BLOOM_FILTER_HH__ 33 #define __BASE_FILTERS_H3_BLOOM_FILTER_HH__ 37 struct BloomFilterH3Params;
48 H3(
const BloomFilterH3Params*
p);
57 #endif // __BASE_FILTERS_H3_BLOOM_FILTER_HH__ H3(const BloomFilterH3Params *p)
Implementation of the bloom filter as described in "Implementing Signatures for Transactional Memory"...
The MultiBitSel Bloom Filter associates an address to multiple entries through the use of multiple ha...
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
int hash(Addr addr, int hash_number) const override
Apply the selected the hash functions to an address.