Files
jemalloc-jemalloc/src
Jason Evans 04211e2266 Fix heap profiling regressions.
Remove the prof_tctx_state_destroying transitory state and instead add
the tctx_uid field, so that the tuple <thr_uid, tctx_uid> uniquely
identifies a tctx.  This assures that tctx's are well ordered even when
more than two with the same thr_uid coexist.  A previous attempted fix
based on prof_tctx_state_destroying was only sufficient for protecting
against two coexisting tctx's, but it also introduced a new dumping
race.

These regressions were introduced by
602c8e0971 (Implement per thread heap
profiling.) and 764b00023f (Fix a heap
profiling regression.).
2015-03-16 15:11:06 -07:00
..
2015-03-06 20:21:41 -08:00
2015-03-06 23:25:13 -08:00
2015-03-06 20:21:41 -08:00
2015-03-16 15:11:06 -07:00
2015-03-11 23:14:50 -07:00
2015-01-23 23:34:43 -08:00
2014-04-15 16:49:57 -07:00
2014-12-08 16:34:04 -08:00