mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-19 08:51:22 +03:00
Simplify run quantization.
This commit is contained in:
parent
f193fd80cf
commit
5d8db15db9
3 changed files with 31 additions and 154 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue