server-skynet-source-3rd-je.../src
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
..
arena.c Fix fork-related bugs. 2012-03-13 16:31:41 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Fix fork-related bugs. 2012-03-13 16:31:41 -07:00
bitmap.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk_dss.c Fix fork-related bugs. 2012-03-13 16:31:41 -07:00
chunk_mmap.c Implement tsd. 2012-03-23 15:14:55 -07:00
chunk.c Implement tsd. 2012-03-23 15:14:55 -07:00
ckh.c Use UINT64_C() rather than LLU for 64-bit constants. 2012-03-05 12:26:26 -08:00
ctl.c Implement tsd. 2012-03-23 15:14:55 -07:00
extent.c Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
huge.c Fix fork-related bugs. 2012-03-13 16:31:41 -07:00
jemalloc.c Implement tsd. 2012-03-23 15:14:55 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Fix fork-related bugs. 2012-03-13 16:31:41 -07:00
prof.c Implement tsd. 2012-03-23 15:14:55 -07:00
rtree.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stats.c Fix malloc_stats_print() option support. 2012-03-13 08:46:12 -07:00
tcache.c Implement tsd. 2012-03-23 15:14:55 -07:00
tsd.c Implement tsd. 2012-03-23 15:14:55 -07:00
util.c Implement tsd. 2012-03-23 15:14:55 -07:00
zone.c Improve zone support for OSX 2012-03-20 11:52:50 -07:00