Simplify run quantization.

This commit is contained in:
Jason Evans 2016-04-08 14:16:19 -07:00
parent 7bb00ae9d6
commit 3aea827f5e
4 changed files with 31 additions and 169 deletions

View file

@ -1234,8 +1234,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))