Home
last modified time | relevance | path

Searched refs:huge_prof_tctx_get (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dhuge.h26 prof_tctx_t *huge_prof_tctx_get(tsdn_t *tsdn, const void *ptr);
Dprivate_symbols.txt286 huge_prof_tctx_get
Dprivate_namespace.h286 #define huge_prof_tctx_get JEMALLOC_N(huge_prof_tctx_get) macro
Dprivate_unnamespace.h286 #undef huge_prof_tctx_get
Darena.h1257 ret = huge_prof_tctx_get(tsdn, ptr); in arena_prof_tctx_get()
/external/jemalloc/src/
Dhuge.c456 huge_prof_tctx_get(tsdn_t *tsdn, const void *ptr) in huge_prof_tctx_get() function