Home
last modified time | relevance | path

Searched refs:old_tctx (Results 1 – 7 of 7) 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.h703 const void *old_ptr, prof_tctx_t *old_tctx);
1300 const void *old_ptr, prof_tctx_t *old_tctx) in arena_prof_tctx_reset() argument
1307 (uintptr_t)old_tctx > (uintptr_t)1U))) { in arena_prof_tctx_reset()
/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h139 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/
Djemalloc.c2187 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/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
/external/jemalloc_new/
DChangeLog670 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were