Lines Matching refs:prof_active
2366 if (!prof_active) { in JEMALLOC_ATTR()
2536 bool prof_active; in irealloc_prof() local
2539 prof_active = prof_active_get_unlocked(); in irealloc_prof()
2541 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof()
2553 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, in irealloc_prof()
3163 bool prof_active; in irallocx_prof() local
3166 prof_active = prof_active_get_unlocked(); in irallocx_prof()
3168 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); in irallocx_prof()
3192 prof_realloc(tsd, p, *usize, tctx, prof_active, false, old_ptr, in irallocx_prof()
3327 bool prof_active; in ixallocx_prof() local
3330 prof_active = prof_active_get_unlocked(); in ixallocx_prof()
3355 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof()
3368 prof_realloc(tsd, ptr, usize, tctx, prof_active, false, ptr, old_usize, in ixallocx_prof()