mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-06 12:14:22 +03:00
Simplify run quantization.
This commit is contained in:
parent
7bb00ae9d6
commit
3aea827f5e
4 changed files with 31 additions and 169 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue