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

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h74 bool prof_thread_active_init_set(tsdn_t *tsdn, bool active_init);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c2180 bool active_init; local
2183 active_init = prof_thread_active_init;
2185 return (active_init);
2189 prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) argument
2195 prof_thread_active_init = active_init;

Completed in 31 milliseconds