Home
last modified time | relevance | path

Searched refs:prof_active_set (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h74 bool prof_active_set(tsdn_t *tsdn, bool active);
Dprivate_namespace_jet.h288 #define prof_active_set JEMALLOC_N(prof_active_set) macro
Dprivate_namespace.h285 #define prof_active_set JEMALLOC_N(prof_active_set) macro
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt425 prof_active_set
Dprof.h307 bool prof_active_set(tsdn_t *tsdn, bool active);
Dprivate_namespace.h425 #define prof_active_set JEMALLOC_N(prof_active_set) macro
Dprivate_unnamespace.h425 #undef prof_active_set
/external/jemalloc/src/
Dprof.c2007 prof_active_set(tsdn_t *tsdn, bool active) in prof_active_set() function
Dctl.c2028 oldval = prof_active_set(tsd_tsdn(tsd), *(bool *)newp); in prof_active_ctl()
/external/jemalloc_new/src/
Dprof.c2112 prof_active_set(tsdn_t *tsdn, bool active) { in prof_active_set() function
Dctl.c2550 oldval = prof_active_set(tsd_tsdn(tsd), *(bool *)newp); in prof_active_ctl()