server-skynet-source-3rd-je.../test
Qi Wang 94a88c26f4 Implement huge arena: opt.huge_threshold.
The feature allows using a dedicated arena for huge allocations.  We want the
addtional arena to separate huge allocation because: 1) mixing small extents
with huge ones causes fragmentation over the long run (this feature reduces VM
size significantly); 2) with many arenas, huge extents rarely get reused across
threads; and 3) huge allocations happen way less frequently, therefore no
concerns for lock contention.
2018-06-29 10:35:02 -07:00
..
include/test Rename hooks module to test_hooks. 2018-05-18 11:43:03 -07:00
integration Add test for remote deallocation. 2018-06-26 23:13:15 -07:00
src Tests: Shouldn't be able to change global slowness. 2018-05-18 11:43:03 -07:00
stress Get rid of most of the various inline macros. 2017-04-24 10:33:21 -07:00
unit Implement huge arena: opt.huge_threshold. 2018-06-29 10:35:02 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00