Add hash (MurmurHash3) tests.

Add hash tests that are based on SMHasher's VerificationTest() function.
This commit is contained in:
Jason Evans
2013-12-16 22:55:41 -08:00
parent e948fa6439
commit e6b7aa4a60
3 changed files with 170 additions and 4 deletions

View File

@@ -310,7 +310,6 @@ hash_x64_128(const void *key, const int len, const uint32_t seed,
r_out[1] = h2;
}
/******************************************************************************/
/* API. */
JEMALLOC_INLINE void