server-skynet-source-3rd-je.../test/integration
Jason Evans 42faa9e3e0 Work around legitimate xallocx() failures during testing.
With the removal of subchunk size class infrastructure, there are no
large size classes that are guaranteed to be re-expandable in place
unless munmap() is disabled.  Work around these legitimate failures with
rallocx() fallback calls.  If there were no test configuration for which
the xallocx() calls succeeded, it would be important to override the
extent hooks for testing purposes, but by default these tests don't use
the rallocx() fallbacks on Linux, so test coverage is still sufficient.
2016-06-05 21:00:02 -07:00
..
aligned_alloc.c Miscellaneous s/chunk/extent/ updates. 2016-06-05 20:42:24 -07:00
allocated.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
extent.c Modify extent hook functions to take an (extent_t *) argument. 2016-06-05 21:00:02 -07:00
MALLOCX_ARENA.c Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. 2014-04-15 12:09:48 -07:00
mallocx.c Rename huge to large. 2016-06-05 20:42:23 -07:00
overflow.c Rename huge to large. 2016-06-05 20:42:23 -07:00
posix_memalign.c Miscellaneous s/chunk/extent/ updates. 2016-06-05 20:42:24 -07:00
rallocx.c Reduce NSZS, since NSIZES (was nsizes) can not be so large. 2016-06-05 20:42:24 -07:00
sdallocx.c Add support for sized deallocation. 2014-09-08 17:34:24 -07:00
thread_arena.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
thread_tcache_enabled.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
xallocx.c Work around legitimate xallocx() failures during testing. 2016-06-05 21:00:02 -07:00