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 150 extern bool opt_stats_print;
private_namespace.h 391 #define opt_stats_print JEMALLOC_N(opt_stats_print) macro
    [all...]
private_unnamespace.h 391 #undef opt_stats_print macro
  /external/jemalloc/src/
ctl.c 98 CTL_PROTO(opt_stats_print)
275 {NAME("stats_print"), CTL(opt_stats_print)},
    [all...]
stats.c 31 bool opt_stats_print = false; variable
    [all...]
jemalloc.c 1199 CONF_HANDLE_BOOL(opt_stats_print, "stats_print", true)
1356 if (opt_stats_print) {
    [all...]

Completed in 630 milliseconds