Searched refs:stats_print (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dstats.h141 void stats_print(void (*write)(void *, const char *), void *cbopaque,
H A Dprivate_namespace.h367 #define stats_print JEMALLOC_N(stats_print) macro
H A Dprivate_unnamespace.h367 #undef stats_print macro
/external/jemalloc/src/
H A Dstats.c278 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, function
389 OPT_WRITE_BOOL(stats_print)
H A Djemalloc.c606 CONF_HANDLE_BOOL(opt_stats_print, "stats_print", true)
1852 stats_print(write_cb, cbopaque, opts);
/external/jemalloc/test/unit/
H A Dmallctl.c166 TEST_MALLCTL_OPT(bool, stats_print, always);

Completed in 1648 milliseconds