BLOOM_SIZE
#define BLOOM_ARRAY_SIZE (BLOOM_SIZE / sizeof(size_t))
#define BLOOM_BITS (BLOOM_SIZE * CHAR_BIT)
memset(bloom, 0, BLOOM_SIZE);