Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dstats.h24 extern char opt_stats_print_opts[stats_print_tot_num_options+1];
Dprivate_namespace_jet.h335 #define opt_stats_print_opts JEMALLOC_N(opt_stats_print_opts) macro
Dprivate_namespace.h328 #define opt_stats_print_opts JEMALLOC_N(opt_stats_print_opts) macro
/external/jemalloc_new/src/
Djemalloc.c661 je_malloc_stats_print(NULL, NULL, opt_stats_print_opts); in stats_print_atexit()
741 size_t opts_len = strlen(opt_stats_print_opts); in init_opt_stats_print_opts()
752 if (strchr(opt_stats_print_opts, v[i]) != NULL) { in init_opt_stats_print_opts()
757 opt_stats_print_opts[opts_len++] = v[i]; in init_opt_stats_print_opts()
758 opt_stats_print_opts[opts_len] = '\0'; in init_opt_stats_print_opts()
761 assert(opts_len == strlen(opt_stats_print_opts)); in init_opt_stats_print_opts()
Dctl.c93 CTL_PROTO(opt_stats_print_opts)
294 {NAME("stats_print_opts"), CTL(opt_stats_print_opts)},
1668 CTL_RO_NL_GEN(opt_stats_print_opts, opt_stats_print_opts, const char *) in CTL_RO_CONFIG_GEN()
Dstats.c51 char opt_stats_print_opts[stats_print_tot_num_options+1] = ""; variable