Searched refs:stats_print (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | stats.h | 146 void stats_print(void (*write)(void *, const char *), void *cbopaque,
|
D | private_symbols.txt | 466 stats_print
|
D | private_namespace.h | 468 #define stats_print JEMALLOC_N(stats_print) macro
|
D | private_unnamespace.h | 468 #undef stats_print
|
/external/jemalloc/src/ |
D | stats.c | 369 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, in stats_print() function 511 OPT_WRITE_BOOL(stats_print) in stats_print()
|
D | jemalloc.c | 2602 stats_print(write_cb, cbopaque, opts);
|
/external/jemalloc/test/unit/ |
D | mallctl.c | 170 TEST_MALLCTL_OPT(bool, stats_print, always); in TEST_BEGIN()
|
/external/jemalloc/ |
D | INSTALL | 119 Disable statistics gathering functionality. See the "opt.stats_print"
|
D | ChangeLog | 769 MALLOC_CONF=abort:true,fill:true,stats_print:true
|