server-skynet-source-3rd-je.../test/integration
Jason Evans 40cbd30d50 Fix huge_ralloc_no_move() to succeed more often.
Fix huge_ralloc_no_move() to succeed if an allocation request results in
the same usable size as the existing allocation, even if the request
size is smaller than the usable size.  This bug did not cause
correctness issues, but it could cause unnecessary moves during
reallocation.
2015-07-24 18:20:48 -07:00
..
aligned_alloc.c Fix/remove flawed alignment-related overflow tests. 2014-01-28 18:09:59 -08:00
allocated.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
chunk.c Implement dynamic per arena control over dirty page purging. 2015-03-18 18:55:33 -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 Fix size class overflow handling when profiling is enabled. 2015-06-23 18:56:14 -07:00
overflow.c Fix size class overflow handling when profiling is enabled. 2015-06-23 18:56:14 -07:00
posix_memalign.c Fix/remove flawed alignment-related overflow tests. 2014-01-28 18:09:59 -08:00
rallocx.c Fix huge_ralloc_no_move() to succeed more often. 2015-07-24 18:20:48 -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 Implement the *allocx() API. 2013-12-12 22:35:52 -08:00