server-skynet-source-3rd-je.../test/include/test
Jason Evans 5fae7dc1b3 Fix MinGW-related portability issues.
Create and use FMT* macros that are equivalent to the PRI* macros that
inttypes.h defines.  This allows uniform use of the Unix-specific format
specifiers, e.g. "%zu", as well as avoiding Windows-specific definitions
of e.g. PRIu64.

Add ffs()/ffsl() support for compiling with gcc.

Extract compatibility definitions of ENOENT, EINVAL, EAGAIN, EPERM,
ENOMEM, and ENORANGE into include/msvc_compat/windows_extra.h and
use the file for tests as well as for core jemalloc code.
2015-07-23 13:56:25 -07:00
..
btalloc.h Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
jemalloc_test_defs.h.in Don't configure HAVE_SSE2. 2014-10-08 18:18:03 -07:00
jemalloc_test.h.in Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
math.h Style and spelling fixes. 2014-12-08 16:34:04 -08:00
mq.h Port mq_get() to MinGW. 2015-07-21 16:45:35 -07:00
mtx.h Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
SFMT-alti.h Remove duplicate 'static' keyword. 2014-02-26 10:19:18 -08:00
SFMT-params607.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params1279.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params2281.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params4253.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params11213.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params19937.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params44497.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params86243.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params132049.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params216091.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-params.h Integrate SFMT 1.3.3 into test infrastructure. 2013-12-09 13:21:08 -08:00
SFMT-sse2.h Fix inline-related macro issues. 2013-12-10 14:35:34 -08:00
SFMT.h Fix inline-related macro issues. 2013-12-10 14:35:34 -08:00
test.h Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
thd.h Style and spelling fixes. 2014-12-08 16:34:04 -08:00
timer.h Add timer support for Windows. 2015-07-13 14:35:15 -07:00