server-skynet-source-3rd-je.../src
Jason Evans f04a0bef99 Fix prof regressions.
Fix prof regressions related to tdata (main per thread profiling data
structure) destruction:
- Deadlock.  The fix for this was intended to be part of
  20c31deaae (Test prof.reset mallctl and
  fix numerous discovered bugs.) but the fix was left incomplete.
- Destruction race.  Detaching tdata just prior to destruction without
  holding the tdatas lock made it possible for another thread to destroy
  the tdata out from under the thread that was on its way to doing so.
2014-10-04 15:03:49 -07:00
..
arena.c Convert to uniform style: cond == false --> !cond 2014-10-03 10:16:09 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
bitmap.c Implement compile-time bitmap size computation. 2014-09-28 14:43:11 -07:00
chunk_dss.c Convert to uniform style: cond == false --> !cond 2014-10-03 10:16:09 -07:00
chunk_mmap.c Convert to uniform style: cond == false --> !cond 2014-10-03 10:16:09 -07:00
chunk.c Convert to uniform style: cond == false --> !cond 2014-10-03 10:16:09 -07:00
ckh.c Convert to uniform style: cond == false --> !cond 2014-10-03 10:16:09 -07:00
ctl.c Fix tsd cleanup regressions. 2014-10-04 11:22: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 Convert to uniform style: cond == false --> !cond 2014-10-03 10:16:09 -07:00
jemalloc.c Silence a compiler warning. 2014-10-04 14:59:17 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Normalize #define whitespace. 2013-12-08 22:28:27 -08:00
prof.c Fix prof regressions. 2014-10-04 15:03:49 -07:00
quarantine.c Convert all tsd variables to reside in a single tsd structure. 2014-09-23 02:36:08 -07:00
rtree.c Convert all tsd variables to reside in a single tsd structure. 2014-09-23 02:36:08 -07:00
stats.c Implement/test/fix prof-related mallctl's. 2014-10-03 23:25:30 -07:00
tcache.c Fix tsd cleanup regressions. 2014-10-04 11:22:55 -07:00
tsd.c Fix tsd cleanup regressions. 2014-10-04 11:22:55 -07:00
util.c Convert to uniform style: cond == false --> !cond 2014-10-03 10:16:09 -07:00
valgrind.c Optimize Valgrind integration. 2014-04-15 16:49:57 -07:00
zone.c Whitespace cleanups. 2014-09-04 22:27:26 -07:00