Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h80 bool prof_thread_active_init_set(tsdn_t *tsdn, bool active_init);
/external/jemalloc_new/src/
Dprof.c2219 bool active_init; in prof_thread_active_init_get() local
2222 active_init = prof_thread_active_init; in prof_thread_active_init_get()
2224 return active_init; in prof_thread_active_init_get()
2228 prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) { in prof_thread_active_init_set() argument
2233 prof_thread_active_init = active_init; in prof_thread_active_init_set()