Home
last modified time | relevance | path

Searched refs:prof_tctx_set (Results 1 – 7 of 7) 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/include/jemalloc/internal/
Dprof.h334 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()
Dprivate_symbols.txt458 prof_tctx_set
Dprivate_namespace.h458 #define prof_tctx_set JEMALLOC_N(prof_tctx_set) macro
Dprivate_unnamespace.h458 #undef prof_tctx_set
/external/jemalloc/src/
Dprof.c230 prof_tctx_set(tsdn, ptr, usize, tctx); in prof_malloc_sample_object()
/external/jemalloc_new/src/
Dprof.c243 prof_tctx_set(tsdn, ptr, usize, NULL, tctx); in prof_malloc_sample_object()