Searched refs:prof_tctx_set (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 48 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/ |
D | prof.c | 243 prof_tctx_set(tsdn, ptr, usize, NULL, tctx); in prof_malloc_sample_object()
|