server-skynet-source-3rd-je.../include
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
..
jemalloc Enable fast thread locals for dealloc-only threads. 2022-10-25 09:54:38 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00