Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof.c489 bool active_init; in prof_thread_active_init_get() local
492 active_init = prof_thread_active_init; in prof_thread_active_init_get()
494 return active_init; in prof_thread_active_init_get()
498 prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) { in prof_thread_active_init_set() argument
503 prof_thread_active_init = active_init; in prof_thread_active_init_set()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h79 bool prof_thread_active_init_set(tsdn_t *tsdn, bool active_init);