diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 922a746b846339aa0d6c486d31bdf34e1679b761..9883168fe0a84af2119ff7ab84c5a6a68121fd17 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -370,7 +370,7 @@ static inline void prof_out(void) { // TODO: Remove #define MAX_POINTER_COUNT 1 -#define MAX_POINTER_COUNT_FOR_G 2 +#define MAX_POINTER_COUNT_G 2 // Size, in bytes, of the bloom filter index for bigrams // 128 gives us 1024 buckets. The probability of false positive is (1 - e ** (-kn/m))**k,