mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-16 23:51:44 +03:00
Add missing #ifdef JEMALLOC_PROF.
Only call prof_boot0() if profiling is enabled.
This commit is contained in:
parent
e73397062a
commit
49d0293c88
1 changed files with 2 additions and 0 deletions
|
|
@ -623,7 +623,9 @@ malloc_init_hard(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef JEMALLOC_PROF
|
||||
prof_boot0();
|
||||
#endif
|
||||
|
||||
malloc_conf_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue