mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 11:23:08 +03:00
Remove thread_event_boot().
This commit is contained in:
parent
97dd79db6c
commit
5e500523a0
3 changed files with 13 additions and 25 deletions
|
|
@ -1580,7 +1580,6 @@ malloc_init_hard_a0_locked() {
|
|||
if (config_prof) {
|
||||
prof_boot1();
|
||||
}
|
||||
thread_event_boot();
|
||||
arena_boot(&sc_data);
|
||||
if (tcache_boot(TSDN_NULL)) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue