Searched refs:opt_prof_active (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h194 * opt_prof_active to false. No locking is used when updating opt_prof_active,
198 extern bool opt_prof_active;
252 if (!opt_prof_active || \
H A Dprivate_namespace.h275 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
H A Dprivate_unnamespace.h275 #undef opt_prof_active macro
/external/jemalloc/src/
H A Dctl.c10 * - opt_prof_active
105 CTL_PROTO(opt_prof_active)
246 {NAME("prof_active"), CTL(opt_prof_active)},
1170 CTL_RO_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) /* Mutable. */
1556 malloc_mutex_lock(&ctl_mtx); /* Protect opt_prof_active. */
1557 oldval = opt_prof_active;
1560 * The memory barriers will tend to make opt_prof_active
1564 WRITE(opt_prof_active, bool);
H A Dprof.c20 bool opt_prof_active = true; variable
H A Djemalloc.c642 CONF_HANDLE_BOOL(opt_prof_active, "prof_active",

Completed in 91 milliseconds