Remove redundant tcache_boot() call.
This commit is contained in:
parent
41cfe03f39
commit
b01186cebd
@ -1193,8 +1193,6 @@ malloc_init_hard_a0_locked(void)
|
|||||||
arena_boot();
|
arena_boot();
|
||||||
if (config_tcache && tcache_boot())
|
if (config_tcache && tcache_boot())
|
||||||
return (true);
|
return (true);
|
||||||
if (config_tcache && tcache_boot())
|
|
||||||
malloc_mutex_unlock(&init_lock);
|
|
||||||
if (malloc_mutex_init(&arenas_lock))
|
if (malloc_mutex_init(&arenas_lock))
|
||||||
return (true);
|
return (true);
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user