Searched refs:old_tctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 183 prof_tctx_t *old_tctx) { in prof_realloc() argument 205 old_sampled = ((uintptr_t)old_tctx > (uintptr_t)1U); in prof_realloc() 234 prof_free_sampled_object(tsd, ptr, old_usize, old_tctx); in prof_realloc()
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2537 prof_tctx_t *old_tctx, *tctx; in irealloc_prof() local 2540 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); in irealloc_prof() 2554 old_tctx); in irealloc_prof() 3164 prof_tctx_t *old_tctx, *tctx; in irallocx_prof() local 3167 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); in irallocx_prof() 3193 old_usize, old_tctx); in irallocx_prof() 3328 prof_tctx_t *old_tctx, *tctx; in ixallocx_prof() local 3331 old_tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx); in ixallocx_prof() 3369 old_tctx); in ixallocx_prof()
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 806 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|