server-skynet-source-3rd-je.../include
Jason Evans 09a0769ba7 Work around TLS deallocation via free().
glibc uses memalign()/free() to allocate/deallocate TLS, which means
that it is unsafe to set TLS variables as a side effect of free() --
they may already be deallocated.  Work around this by avoiding
tcache_create() within free().

Reported by Mike Hommey.
2012-03-30 12:11:03 -07:00
..
jemalloc Work around TLS deallocation via free(). 2012-03-30 12:11:03 -07:00