Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h49 prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_tctx_set() function
175 prof_tctx_set(tsdn, ptr, usize, alloc_ctx, in prof_malloc()
211 prof_tctx_set(tsd_tsdn(tsd), ptr, usize, NULL, in prof_realloc()
/freebsd/contrib/jemalloc/src/
H A Dprof.c345 prof_tctx_set(tsdn, ptr, usize, NULL, tctx); in prof_malloc_sample_object()