Home
last modified time | relevance | path

Searched refs:huge_prof_ctx_set (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/jemalloc/include/jemalloc/internal/
HDhuge.h33 void huge_prof_ctx_set(const void *ptr, prof_ctx_t *ctx);
HDprivate_namespace.h209 #define huge_prof_ctx_set JEMALLOC_N(huge_prof_ctx_set) macro
HDprof.h416 huge_prof_ctx_set(ptr, ctx); in prof_ctx_set()
/trueos/contrib/jemalloc/src/
HDhuge.c278 huge_prof_ctx_set(const void *ptr, prof_ctx_t *ctx) in huge_prof_ctx_set() function