server-skynet-source-3rd-je.../test
Qi Wang 143e9c4a2f Enable fast thread locals for dealloc-only threads.
Previously if a thread does only allocations, it stays on the slow path /
minimal initialized state forever.  However, dealloc-only is a valid pattern for
dedicated reclamation threads -- this means thread cache is disabled (no batched
flush) for them, which causes high overhead and contention.

Added the condition to fully initialize TSD when a fair amount of dealloc
activities are observed.
2022-10-25 09:54:38 -07:00
..
analyze fix some typos 2022-04-25 11:29:00 -07:00
include/test Add arena-level name. 2022-09-16 15:04:59 -07:00
integration Fix a bug in C++ integration test. 2022-09-16 15:04:59 -07:00
src Fix shadowed variable usage. 2021-12-23 10:55:08 -08:00
stress Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
unit Enable fast thread locals for dealloc-only threads. 2022-10-25 09:54:38 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00