server-skynet-source-3rd-je.../include/jemalloc
Jason Evans d37d5adee4 Disable floating point code/linking when possible.
Unless heap profiling is enabled, disable floating point code and don't
link with libm.  This, in combination with e.g. EXTRA_CFLAGS=-mno-sse on
x64 systems, makes it possible to completely disable floating point
register use.  Some versions of glibc neglect to save/restore
caller-saved floating point registers during dynamic lazy symbol
loading, and the symbol loading code uses whatever malloc the
application happens to have linked/loaded with, the result being
potential floating point register corruption.
2013-12-05 23:01:50 -08:00
..
internal Disable floating point code/linking when possible. 2013-12-05 23:01:50 -08:00
jemalloc_defs.h.in Fix more test refactoring issues. 2013-12-05 21:44:25 -08:00
jemalloc_macros.h.in Fix more test refactoring issues. 2013-12-05 21:44:25 -08:00
jemalloc_mangle.h.in Refactor to support more varied testing. 2013-12-03 22:06:59 -08:00
jemalloc_protos.h.in Refactor to support more varied testing. 2013-12-03 22:06:59 -08:00
jemalloc.sh Fix more test refactoring issues. 2013-12-05 21:44:25 -08:00