server-skynet-source-3rd-je.../jemalloc/src
Jason Evans 5065156f3f Fix threads-related profiling bugs.
Initialize bt2cnt_tsd so that cleanup at thread exit actually happens.

Associate (prof_ctx_t *) with allocated objects, rather than
(prof_thr_cnt_t *).  Each thread must always operate on its own
(prof_thr_cnt_t *), and an object may outlive the thread that allocated it.
2010-04-13 21:17:11 -07:00
..
arena.c Fix threads-related profiling bugs. 2010-04-13 21:17:11 -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 threads-related profiling bugs. 2010-04-13 21:17:11 -07:00
stats.c Fix P/p reporting in stats_print(). 2010-04-08 19:14:51 -07:00
tcache.c Track dirty and clean runs separately. 2010-03-18 20:36:40 -07:00