Searched refs:prof_tctx_set (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 334 void prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, 411 prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_tctx_set() function 493 prof_tctx_set(tsdn, ptr, usize, (prof_tctx_t *)(uintptr_t)1U); in prof_malloc()
|
D | private_symbols.txt | 458 prof_tctx_set
|
D | private_namespace.h | 458 #define prof_tctx_set JEMALLOC_N(prof_tctx_set) macro
|
D | private_unnamespace.h | 458 #undef prof_tctx_set
|
/external/jemalloc/src/ |
D | prof.c | 230 prof_tctx_set(tsdn, ptr, usize, tctx); in prof_malloc_sample_object()
|