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 247 extern bool opt_prof_active;
private_namespace.h 382 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
    [all...]
private_unnamespace.h 382 #undef opt_prof_active macro
  /external/jemalloc/src/
ctl.c 109 CTL_PROTO(opt_prof_active)
286 {NAME("prof_active"), CTL(opt_prof_active)},
    [all...]
prof.c 18 bool opt_prof_active = true; variable
34 * Initialized as opt_prof_active, and accessed via
    [all...]
jemalloc.c 1280 CONF_HANDLE_BOOL(opt_prof_active, "prof_active",
    [all...]

Completed in 103 milliseconds