Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c2109 bool active_init; in prof_thread_active_init_get() local
2112 active_init = prof_thread_active_init; in prof_thread_active_init_get()
2114 return (active_init); in prof_thread_active_init_get()
2118 prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) in prof_thread_active_init_set() argument
2124 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(tsdn_t *tsdn, bool active_init);