Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/ !
H A Dprof_externs.h72 bool prof_active_get(tsdn_t *tsdn);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ !
H A Dprivate_namespace.h488 #define prof_active_get JEMALLOC_N(prof_active_get) macro
/src/contrib/jemalloc/src/ !
H A Dprof.c415 prof_active_get(tsdn_t *tsdn) { in prof_active_get() function
H A Dctl.c3237 oldval = opt_prof ? prof_active_get(tsd_tsdn(tsd)) : false; in prof_active_ctl()