mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Remove redundant tcache_boot() call.
This commit is contained in:
@@ -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);
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user