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

  /external/jemalloc/include/jemalloc/internal/
stats.h 142 extern bool opt_stats_print;
private_namespace.h 370 #define opt_stats_print JEMALLOC_N(opt_stats_print) macro
private_unnamespace.h 370 #undef opt_stats_print macro
  /external/jemalloc/src/
ctl.c 98 CTL_PROTO(opt_stats_print)
272 {NAME("stats_print"), CTL(opt_stats_print)},
    [all...]
stats.c 31 bool opt_stats_print = false; variable
jemalloc.c 1104 CONF_HANDLE_BOOL(opt_stats_print, "stats_print", true)
1231 if (opt_stats_print) {
    [all...]

Completed in 1116 milliseconds