Simplify run quantization.

This commit is contained in:
Jason Evans 2016-04-08 14:16:19 -07:00
parent f193fd80cf
commit 5d8db15db9
3 changed files with 31 additions and 154 deletions

View file

@ -1299,8 +1299,7 @@ malloc_init_hard_a0_locked()
return (true);
if (config_prof)
prof_boot1();
if (arena_boot())
return (true);
arena_boot();
if (config_tcache && tcache_boot(TSDN_NULL))
return (true);
if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS))