Searched refs:old_tctx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | 139 prof_tctx_t *old_tctx) { in prof_realloc() argument 161 old_sampled = ((uintptr_t)old_tctx > (uintptr_t)1U); in prof_realloc() 190 prof_free_sampled_object(tsd, old_usize, old_tctx); in prof_realloc()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 2171 prof_tctx_t *old_tctx, *tctx; in irealloc_prof() local 2174 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); in irealloc_prof() 2186 old_tctx); in irealloc_prof() 2624 prof_tctx_t *old_tctx, *tctx; in irallocx_prof() local 2627 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); in irallocx_prof() 2653 old_usize, old_tctx); in irallocx_prof() 2784 prof_tctx_t *old_tctx, *tctx; in ixallocx_prof() local 2787 old_tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx); in ixallocx_prof() 2823 old_tctx); in ixallocx_prof()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 670 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|