HomeSort by relevance Sort by last modified time
    Searched refs:opt_prof_active (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/include/jemalloc/internal/
prof.h 194 * 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 || \
private_namespace.h 275 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
private_unnamespace.h 275 #undef opt_prof_active macro
  /external/jemalloc/src/
ctl.c 10 * - opt_prof_active
105 CTL_PROTO(opt_prof_active)
246 {NAME("prof_active"), CTL(opt_prof_active)},
    [all...]
prof.c 20 bool opt_prof_active = true; variable
jemalloc.c 642 CONF_HANDLE_BOOL(opt_prof_active, "prof_active",
    [all...]

Completed in 78 milliseconds