Home
last modified time | relevance | path

Searched refs:old_tctx (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprof.h346 size_t old_usize, prof_tctx_t *old_tctx);
422 prof_tctx_t *old_tctx) in prof_tctx_reset() argument
428 arena_prof_tctx_reset(tsdn, ptr, usize, old_ptr, old_tctx); in prof_tctx_reset()
499 prof_tctx_t *old_tctx) in prof_realloc() argument
522 old_sampled = ((uintptr_t)old_tctx > (uintptr_t)1U); in prof_realloc()
527 prof_tctx_reset(tsd_tsdn(tsd), ptr, usize, old_ptr, old_tctx); in prof_realloc()
530 prof_free_sampled_object(tsd, old_usize, old_tctx); in prof_realloc()
Darena.h697 const void *old_ptr, prof_tctx_t *old_tctx);
1294 const void *old_ptr, prof_tctx_t *old_tctx) in arena_prof_tctx_reset() argument
1301 (uintptr_t)old_tctx > (uintptr_t)1U))) { in arena_prof_tctx_reset()
/external/jemalloc/src/
Djemalloc.c1863 prof_tctx_t *old_tctx, *tctx; local
1866 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr);
1877 old_tctx);
2335 prof_tctx_t *old_tctx, *tctx; local
2338 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr);
2364 old_usize, old_tctx);
2481 prof_tctx_t *old_tctx, *tctx; local
2484 old_tctx = prof_tctx_get(tsd_tsdn(tsd), ptr);
2520 old_tctx);
/external/jemalloc/
DChangeLog296 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were