mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Update to jemalloc 2.2.5
This commit is contained in:
2
deps/jemalloc/src/ckh.c
vendored
2
deps/jemalloc/src/ckh.c
vendored
@ -556,7 +556,7 @@ ckh_string_hash(const void *key, unsigned minbits, size_t *hash1, size_t *hash2)
|
||||
} else {
|
||||
ret1 = h;
|
||||
ret2 = hash(key, strlen((const char *)key),
|
||||
0x8432a476666bbc13U);
|
||||
0x8432a476666bbc13LLU);
|
||||
}
|
||||
|
||||
*hash1 = ret1;
|
||||
|
Reference in New Issue
Block a user