server-skynet-source-3rd-je.../test/src
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_0.c Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
btalloc_1.c Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
btalloc.c Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
math.c Add probabability distribution utility code. 2013-12-09 23:42:08 -08:00
mq.c Fix a compilation error. 2015-07-22 15:49:34 -07:00
mtx.c Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c 2014-05-27 15:05:05 -07:00
SFMT.c Whitespace cleanups. 2014-09-04 22:27:26 -07:00
test.c Add JEMALLOC_FORMAT_PRINTF(). 2015-07-22 15:44:47 -07:00
thd.c Fix thd_join on win64 2014-06-01 20:50:24 -07:00
timer.c Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00