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.h27 prof_tctx_t *huge_prof_tctx_get(const void *ptr);
Dprivate_symbols.txt267 huge_prof_tctx_get
Dprivate_namespace.h269 #define huge_prof_tctx_get JEMALLOC_N(huge_prof_tctx_get) macro
Dprivate_unnamespace.h269 #undef huge_prof_tctx_get
Darena.h1182 ret = huge_prof_tctx_get(ptr); in arena_prof_tctx_get()
/external/jemalloc/src/
Dhuge.c426 huge_prof_tctx_get(const void *ptr) in huge_prof_tctx_get() function