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