Home
last modified time | relevance | path

Searched refs:prof_tctx_set (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h48 prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_tctx_set() function
131 prof_tctx_set(tsdn, ptr, usize, alloc_ctx, in prof_malloc()
167 prof_tctx_set(tsd_tsdn(tsd), ptr, usize, NULL, in prof_realloc()
/external/jemalloc_new/src/
Dprof.c243 prof_tctx_set(tsdn, ptr, usize, NULL, tctx); in prof_malloc_sample_object()