Add missing #ifdef JEMALLOC_PROF.
Only call prof_boot0() if profiling is enabled.
This commit is contained in:
parent
e73397062a
commit
49d0293c88
@ -623,7 +623,9 @@ malloc_init_hard(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef JEMALLOC_PROF
|
||||
prof_boot0();
|
||||
#endif
|
||||
|
||||
malloc_conf_init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user