Files
jemalloc/src
Cosmin Paraschiv 9cb481a73f Call malloc_test_boot0() from malloc_init_hard_recursible().
When using LinuxThreads, malloc bootstrapping deadlocks, since
malloc_tsd_boot0() ends up calling pthread_setspecific(), which causes
recursive allocation.  Fix it by moving the malloc_tsd_boot0() call to
malloc_init_hard_recursible().

The deadlock was introduced by 8bb3198f72
(Refactor/fix arenas manipulation.), when tsd_boot() was split and the
top half, tsd_boot0(), got an extra tsd_wrapper_set() call.
2016-01-11 11:10:39 -08:00
..
2015-09-15 11:19:20 -07:00
2015-09-15 11:19:20 -07:00
2015-08-12 16:38:20 -07:00
2015-11-09 15:48:05 -08:00
2015-06-25 22:53:58 +02:00
2015-08-12 10:26:54 -07:00
2015-03-11 23:14:50 -07:00
2015-07-23 13:56:25 -07:00
2015-09-24 16:53:18 -07:00
2014-04-15 16:49:57 -07:00
2015-11-12 10:45:49 -08:00