Add missing #ifdef JEMALLOC_PROF.

Only call prof_boot0() if profiling is enabled.
This commit is contained in:
Jason Evans 2010-10-23 23:43:37 -07:00
parent e73397062a
commit 49d0293c88

View File

@ -623,7 +623,9 @@ malloc_init_hard(void)
}
#endif
#ifdef JEMALLOC_PROF
prof_boot0();
#endif
malloc_conf_init();