Home
last modified time | relevance | path

Searched refs:prof_active_current (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dprof.c1998 bool prof_active_current; in prof_active_get() local
2001 prof_active_current = prof_active; in prof_active_get()
2003 return (prof_active_current); in prof_active_get()
/external/jemalloc_new/src/
Dprof.c2103 bool prof_active_current; in prof_active_get() local
2106 prof_active_current = prof_active; in prof_active_get()
2108 return prof_active_current; in prof_active_get()