Home
last modified time | relevance | path

Searched refs:prof_tctx_get (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDprof.h336 prof_tctx_t *prof_tctx_get(const void *ptr);
400 prof_tctx_get(const void *ptr) in prof_tctx_get() function
534 prof_tctx_t *tctx = prof_tctx_get(ptr); in prof_free()
HDprivate_namespace.h382 #define prof_tctx_get JEMALLOC_N(prof_tctx_get) macro
/NextBSD/contrib/jemalloc/src/
HDjemalloc.c1715 old_tctx = prof_tctx_get(old_ptr); in irealloc_prof()
2125 old_tctx = prof_tctx_get(old_ptr); in irallocx_prof()
2266 old_tctx = prof_tctx_get(ptr); in ixallocx_prof()