server-skynet-source-3rd-je.../include/jemalloc
Jason Evans df3f27024f 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.
2014-03-30 16:27:08 -07:00
..
internal Adapt hash tests to big-endian systems. 2014-03-30 16:27:08 -07:00
jemalloc_defs.h.in Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
jemalloc_macros.h.in Fix name mangling issues. 2013-12-13 15:07:43 -08:00
jemalloc_mangle.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
jemalloc_protos.h.in Implement the *allocx() API. 2013-12-12 22:35:52 -08:00
jemalloc_rename.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
jemalloc.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00