Searched refs:prof_active_get (Results 1 – 4 of 4) sorted by relevance
72 bool prof_active_get(tsdn_t *tsdn);
488 #define prof_active_get JEMALLOC_N(prof_active_get) macro
415 prof_active_get(tsdn_t *tsdn) { in prof_active_get() function
3237 oldval = opt_prof ? prof_active_get(tsd_tsdn(tsd)) : false; in prof_active_ctl()