mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
Add hash (MurmurHash3) tests.
Add hash tests that are based on SMHasher's VerificationTest() function.
This commit is contained in:
parent
e948fa6439
commit
e6b7aa4a60
3 changed files with 170 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue