History log of /external/jemalloc/test/unit/hash.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
24feae6bd0c8c8d2cee97ab6588a92a81266a861 21-May-2014 Mike Hommey <mh@glandium.org> Replace variable arrays in tests with VARIABLE_ARRAY
/external/jemalloc/test/unit/hash.c
df3f27024f193b7baeedcd9f3799b4774dd20bbf 31-Mar-2014 Jason Evans <jasone@canonware.com> Adapt hash tests to big-endian systems.

The hash code, which has MurmurHash3 at its core, generates different
output depending on system endianness, so adapt the expected output on
big-endian systems. MurmurHash3 code also makes the assumption that
unaligned access is okay (not true on all systems), but jemalloc only
hashes data structures that have sufficient alignment to dodge this
limitation.
/external/jemalloc/test/unit/hash.c
5aeeda6f927005294c2e23605b57c5d601a80a8c 02-Jan-2014 Jason Evans <je@fb.com> Clean up code formatting.
/external/jemalloc/test/unit/hash.c
eca367b77909ebd649fbd0430e1e9b80dded14e0 17-Dec-2013 Jason Evans <jasone@canonware.com> Fix a typo in a string constant.
/external/jemalloc/test/unit/hash.c
e6b7aa4a609d4b514d772ee4a1340778a195f6f7 17-Dec-2013 Jason Evans <jasone@canonware.com> Add hash (MurmurHash3) tests.

Add hash tests that are based on SMHasher's VerificationTest() function.
/external/jemalloc/test/unit/hash.c