Searched refs:old_tctx (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
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()
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2187 prof_tctx_t *old_tctx, *tctx; local 2190 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); 2202 old_tctx); 2640 prof_tctx_t *old_tctx, *tctx; local 2643 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); 2669 old_usize, old_tctx); 2800 prof_tctx_t *old_tctx, *tctx; local 2803 old_tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx); 2839 old_tctx);
|
/external/jemalloc_new/ |
D | ChangeLog | 670 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|