server-skynet-source-3rd-je.../jemalloc/src
Jason Evans 5055f4516c Fix tcache crash during thread cleanup.
Properly maintain tcache_bin_t's avail pointer such that it is NULL if
no objects are cached.  This only caused problems during thread cache
destruction, since cache flushing otherwise never occurs on an empty
bin.
2010-04-14 11:27:13 -07:00
..
arena.c Fix arena chunk purge/dealloc race conditions. 2010-04-13 21:17:18 -07:00
base.c Restructure source tree. 2010-02-11 14:45:59 -08:00
chunk_dss.c Restructure source tree. 2010-02-11 14:45:59 -08:00
chunk_mmap.c Simplify malloc_message(). 2010-03-03 17:45:38 -08:00
chunk_swap.c Simplify malloc_message(). 2010-03-03 17:45:38 -08:00
chunk.c Restructure source tree. 2010-02-11 14:45:59 -08:00
ckh.c Implement sampling for heap profiling. 2010-03-01 20:15:26 -08:00
ctl.c Add sampling activation/deactivation control. 2010-03-31 18:43:24 -07:00
extent.c Rewrite red-black trees. 2010-02-28 15:00:18 -08:00
hash.c Restructure source tree. 2010-02-11 14:45:59 -08:00
huge.c Fix threads-related profiling bugs. 2010-04-13 21:17:11 -07:00
jemalloc.c Fix threads-related profiling bugs. 2010-04-13 21:17:11 -07:00
mb.c Restructure source tree. 2010-02-11 14:45:59 -08:00
mutex.c Simplify malloc_message(). 2010-03-03 17:45:38 -08:00
prof.c Fix profiling regression caused by bugfix. 2010-04-14 11:24:45 -07:00
stats.c Fix P/p reporting in stats_print(). 2010-04-08 19:14:51 -07:00
tcache.c Fix tcache crash during thread cleanup. 2010-04-14 11:27:13 -07:00