Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprof.h337 void prof_tctx_set(const void *ptr, size_t usize, prof_tctx_t *tctx);
410 prof_tctx_set(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_tctx_set() function
492 prof_tctx_set(ptr, usize, (prof_tctx_t *)(uintptr_t)1U); in prof_malloc()
Dprivate_symbols.txt418 prof_tctx_set
Dprivate_namespace.h420 #define prof_tctx_set JEMALLOC_N(prof_tctx_set) macro
Dprivate_unnamespace.h420 #undef prof_tctx_set
/external/jemalloc/src/
Dprof.c229 prof_tctx_set(ptr, usize, tctx); in prof_malloc_sample_object()