Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt385 prof_active_get
Dprof.h307 bool prof_active_get(void);
Dprivate_namespace.h387 #define prof_active_get JEMALLOC_N(prof_active_get) macro
Dprivate_unnamespace.h387 #undef prof_active_get
/external/jemalloc/src/
Dprof.c1918 prof_active_get(void) in prof_active_get() function
Dctl.c2001 oldval = prof_active_get(); in prof_active_ctl()