mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Add missing #ifdef JEMALLOC_PROF.
Only call prof_boot0() if profiling is enabled.
This commit is contained in:
@@ -623,7 +623,9 @@ malloc_init_hard(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef JEMALLOC_PROF
|
||||
prof_boot0();
|
||||
#endif
|
||||
|
||||
malloc_conf_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user