Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h80 bool prof_thread_active_init_set(tsdn_t *tsdn, bool active_init);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A 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()