server-skynet-source-3rd-je.../include
Qi Wang 9b1befabbb Add minimal initialized TSD.
We use the minimal_initilized tsd (which requires no cleanup) for free()
specifically, if tsd hasn't been initialized yet.

Any other activity will transit the state from minimal to normal.  This is to
workaround the case where a thread has no malloc calls in its lifetime until
during thread termination, free() happens after tls destructors.
2017-06-15 17:55:53 -07:00
..
jemalloc Add minimal initialized TSD. 2017-06-15 17:55:53 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00