Searched refs:prof_tctx_get (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | prof_tctx.c | 18 tctx_p = prof_tctx_get(tsdn, p, NULL); in TEST_BEGIN() 28 tctx_q = prof_tctx_get(tsdn, q, NULL); in TEST_BEGIN()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 40 prof_tctx_get(tsdn_t *tsdn, const void *ptr, alloc_ctx_t *alloc_ctx) { in prof_tctx_get() function 178 assert((uintptr_t)prof_tctx_get(tsd_tsdn(tsd), ptr, NULL) == in prof_realloc() 196 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx); in prof_free()
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2190 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); 2643 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); 2803 old_tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx);
|