Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dhuge.h29 void huge_prof_tctx_set(const void *ptr, prof_tctx_t *tctx);
Dprivate_symbols.txt261 huge_prof_tctx_set
Dprivate_namespace.h261 #define huge_prof_tctx_set JEMALLOC_N(huge_prof_tctx_set) macro
Dprivate_unnamespace.h261 #undef huge_prof_tctx_set
Darena.h1058 huge_prof_tctx_set(ptr, tctx); in arena_prof_tctx_set()
/external/jemalloc/src/
Dhuge.c434 huge_prof_tctx_set(const void *ptr, prof_tctx_t *tctx) in huge_prof_tctx_set() function