Searched refs:stats_print (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | stats.h | 27 void stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
|
D | private_namespace_jet.h | 336 #define stats_print JEMALLOC_N(stats_print) macro
|
D | private_namespace.h | 329 #define stats_print JEMALLOC_N(stats_print) macro
|
/external/jemalloc_new/ |
D | Android.bp | 306 "test/unit/stats_print.c",
|
D | INSTALL.md | 128 Disable statistics gathering functionality. See the "opt.stats_print"
|
D | Makefile.in | 207 $(srcroot)test/unit/stats_print.c \
|
D | ChangeLog | 196 stats dumped during exit if opt.stats_print is true. (@jasone) 1278 MALLOC_CONF=abort:true,fill:true,stats_print:true
|
/external/jemalloc_new/test/unit/ |
D | mallctl.c | 169 TEST_MALLCTL_OPT(bool, stats_print, always); in TEST_BEGIN()
|
/external/jemalloc_new/src/ |
D | stats.c | 1225 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, in stats_print() function
|
D | jemalloc.c | 3141 stats_print(write_cb, cbopaque, opts);
|