Searched refs:prof_active_set (Results 1 – 5 of 5) sorted by relevance
74 bool prof_active_set(tsdn_t *tsdn, bool active);
288 #define prof_active_set JEMALLOC_N(prof_active_set) macro
285 #define prof_active_set JEMALLOC_N(prof_active_set) macro
2112 prof_active_set(tsdn_t *tsdn, bool active) { in prof_active_set() function
2550 oldval = prof_active_set(tsd_tsdn(tsd), *(bool *)newp); in prof_active_ctl()