Home
last modified time | relevance | path

Searched refs:stats_print (Results 1 – 19 of 19) 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/include/jemalloc/internal/
Dstats.h154 void stats_print(void (*write)(void *, const char *), void *cbopaque,
Dprivate_symbols.txt509 stats_print
Dprivate_namespace.h509 #define stats_print JEMALLOC_N(stats_print) macro
Dprivate_unnamespace.h509 #undef stats_print
/external/jemalloc/src/
Dstats.c760 OPT_WRITE_BOOL(stats_print, "") in stats_general_print()
1064 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, in stats_print() function
Djemalloc.c2760 stats_print(write_cb, cbopaque, opts);
/external/jemalloc_new/
DAndroid.bp266 "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/test/unit/
Dmallctl.c176 TEST_MALLCTL_OPT(bool, stats_print, always); in TEST_BEGIN()
/external/jemalloc_new/test/unit/
Dmallctl.c169 TEST_MALLCTL_OPT(bool, stats_print, always); in TEST_BEGIN()
/external/jemalloc/
DINSTALL123 Disable statistics gathering functionality. See the "opt.stats_print"
DChangeLog904 MALLOC_CONF=abort:true,fill:true,stats_print:true
/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);