Searched refs:stats_print (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | stats.h | 154 void stats_print(void (*write)(void *, const char *), void *cbopaque,
|
D | private_symbols.txt | 509 stats_print
|
D | private_namespace.h | 509 #define stats_print JEMALLOC_N(stats_print) macro
|
D | private_unnamespace.h | 509 #undef stats_print
|
/external/jemalloc/src/ |
D | stats.c | 760 OPT_WRITE_BOOL(stats_print, "") in stats_general_print() 1064 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, in stats_print() function
|
D | jemalloc.c | 2760 stats_print(write_cb, cbopaque, opts);
|
/external/jemalloc/test/unit/ |
D | mallctl.c | 176 TEST_MALLCTL_OPT(bool, stats_print, always); in TEST_BEGIN()
|
/external/jemalloc/ |
D | INSTALL | 123 Disable statistics gathering functionality. See the "opt.stats_print"
|
D | ChangeLog | 904 MALLOC_CONF=abort:true,fill:true,stats_print:true
|