server-skynet-source-3rd-je.../include/jemalloc
Jason Evans cd9a1346e9 Implement tsd.
Implement tsd, which is a TLS/TSD abstraction that uses one or both
internally.  Modify bootstrapping such that no tsd's are utilized until
allocation is safe.

Remove malloc_[v]tprintf(), and use malloc_snprintf() instead.

Fix %p argument size handling in malloc_vsnprintf().

Fix a long-standing statistics-related bug in the "thread.arena"
mallctl that could cause crashes due to linked list corruption.
2012-03-23 15:14:55 -07:00
..
internal Implement tsd. 2012-03-23 15:14:55 -07:00
jemalloc_defs.h.in Implement tsd. 2012-03-23 15:14:55 -07:00
jemalloc.h.in Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00