diff options
author | Jason Evans <jasone@canonware.com> | 2013-12-17 06:55:41 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2013-12-17 06:55:41 (GMT) |
commit | e6b7aa4a609d4b514d772ee4a1340778a195f6f7 (patch) | |
tree | 93bce9c4884131501913a342ea39df3da3b19aa9 /include | |
parent | e948fa6439a19f0f3eb44012fd0b3274ebf82b8f (diff) | |
download | jemalloc-e6b7aa4a609d4b514d772ee4a1340778a195f6f7.zip jemalloc-e6b7aa4a609d4b514d772ee4a1340778a195f6f7.tar.gz jemalloc-e6b7aa4a609d4b514d772ee4a1340778a195f6f7.tar.bz2 |
Add hash (MurmurHash3) tests.
Add hash tests that are based on SMHasher's VerificationTest() function.
Diffstat (limited to 'include')
-rw-r--r-- | include/jemalloc/internal/hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jemalloc/internal/hash.h b/include/jemalloc/internal/hash.h index 6b8d9cd..3ef10fd 100644 --- a/include/jemalloc/internal/hash.h +++ b/include/jemalloc/internal/hash.h @@ -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 |