Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c2038 bool active_init; in prof_thread_active_init_get() local
2041 active_init = prof_thread_active_init; in prof_thread_active_init_get()
2043 return (active_init); in prof_thread_active_init_get()
2047 prof_thread_active_init_set(bool active_init) in prof_thread_active_init_set() argument
2053 prof_thread_active_init = active_init; in prof_thread_active_init_set()
/external/jemalloc/include/jemalloc/internal/
Dprof.h313 bool prof_thread_active_init_set(bool active_init);