Home
last modified time | relevance | path

Searched refs:stats_print (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dstats.h27 void stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
Dprivate_namespace_jet.h336 #define stats_print JEMALLOC_N(stats_print) macro
Dprivate_namespace.h329 #define stats_print JEMALLOC_N(stats_print) macro
/external/jemalloc_new/
DAndroid.bp306 "test/unit/stats_print.c",
DINSTALL.md128 Disable statistics gathering functionality. See the "opt.stats_print"
DMakefile.in207 $(srcroot)test/unit/stats_print.c \
DChangeLog196 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/
Dmallctl.c169 TEST_MALLCTL_OPT(bool, stats_print, always); in TEST_BEGIN()
/external/jemalloc_new/src/
Dstats.c1225 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, in stats_print() function
Djemalloc.c3141 stats_print(write_cb, cbopaque, opts);