mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-02 18:17:54 +03:00
Remove redundant tcache_boot() call.
This commit is contained in:
parent
41cfe03f39
commit
b01186cebd
1 changed files with 0 additions and 2 deletions
|
|
@ -1193,8 +1193,6 @@ malloc_init_hard_a0_locked(void)
|
|||
arena_boot();
|
||||
if (config_tcache && tcache_boot())
|
||||
return (true);
|
||||
if (config_tcache && tcache_boot())
|
||||
malloc_mutex_unlock(&init_lock);
|
||||
if (malloc_mutex_init(&arenas_lock))
|
||||
return (true);
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue