Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt387 prof_active_set
Dprof.h308 bool prof_active_set(bool active);
Dprivate_namespace.h389 #define prof_active_set JEMALLOC_N(prof_active_set) macro
Dprivate_unnamespace.h389 #undef prof_active_set
/external/jemalloc/src/
Dprof.c1929 prof_active_set(bool active) in prof_active_set() function
Dctl.c1999 oldval = prof_active_set(*(bool *)newp); in prof_active_ctl()