Home
last modified time | relevance | path

Searched refs:opt_stats_print (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dstats.h23 extern bool opt_stats_print;
Dprivate_namespace_jet.h334 #define opt_stats_print JEMALLOC_N(opt_stats_print) macro
Dprivate_namespace.h327 #define opt_stats_print JEMALLOC_N(opt_stats_print) macro
/external/jemalloc_new/src/
Dctl.c92 CTL_PROTO(opt_stats_print)
293 {NAME("stats_print"), CTL(opt_stats_print)},
1667 CTL_RO_NL_GEN(opt_stats_print, opt_stats_print, bool) in CTL_RO_CONFIG_GEN()
Djemalloc.c1112 CONF_HANDLE_BOOL(opt_stats_print, "stats_print")
1289 if (opt_stats_print) {
Dstats.c50 bool opt_stats_print = false; variable