mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53: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
|
#endif
|
||||||
|
|
||||||
|
#ifdef JEMALLOC_PROF
|
||||||
prof_boot0();
|
prof_boot0();
|
||||||
|
#endif
|
||||||
|
|
||||||
malloc_conf_init();
|
malloc_conf_init();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user