Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h75 bool prof_active_get(tsdn_t *tsdn);
H A Dprivate_namespace.h307 #define prof_active_get JEMALLOC_N(prof_active_get) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dprof.c2400 prof_active_get(tsdn_t *tsdn) { in prof_active_get() function
H A Dctl.c2682 oldval = prof_active_get(tsd_tsdn(tsd)); in prof_active_ctl()