server-skynet-source-3rd-je.../test
Mike Hommey a14bce85e8 Use Get/SetLastError on Win32
Using errno on win32 doesn't quite work, because the value set in a shared
library can't be read from e.g. an executable calling the function setting
errno.

At the same time, since buferror always uses errno/GetLastError, don't pass
it.
2012-04-30 16:50:55 -07:00
..
aligned_alloc.c Use Get/SetLastError on Win32 2012-04-30 16:50:55 -07:00
aligned_alloc.exp Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00
allocated.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
allocated.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
allocm.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
allocm.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
bitmap.c Avoid variable length arrays and remove declarations within code 2012-04-29 00:25:34 -07:00
bitmap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc_test.h.in Add support for Mingw 2012-04-21 21:27:46 -07:00
mremap.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
mremap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
posix_memalign.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
posix_memalign.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
rallocm.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
rallocm.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
thread_arena.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
thread_arena.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
thread_tcache_enabled.c Remove #includes in tests 2012-04-21 21:31:01 -07:00
thread_tcache_enabled.exp Add the "thread.tcache.enabled" mallctl. 2012-03-26 19:02:49 -07:00