Lines Matching refs:prof_active
1893 bool prof_active; in irealloc_prof() local
1896 prof_active = prof_active_get_unlocked(); in irealloc_prof()
1898 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof()
1911 prof_realloc(tsd, extent, p, usize, tctx, prof_active, true, old_extent, in irealloc_prof()
2255 bool prof_active; in irallocx_prof() local
2258 prof_active = prof_active_get_unlocked(); in irallocx_prof()
2260 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); in irallocx_prof()
2286 prof_realloc(tsd, extent, p, *usize, tctx, prof_active, false, in irallocx_prof()
2402 bool prof_active; in ixallocx_prof() local
2405 prof_active = prof_active_get_unlocked(); in ixallocx_prof()
2428 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof()
2441 prof_realloc(tsd, extent, ptr, usize, tctx, prof_active, false, extent, in ixallocx_prof()