Home
last modified time | relevance | path

Searched refs:prof_gdump (Results 1 – 12 of 12) sorted by relevance

/external/jemalloc/
DAndroid.mk227 test/unit/prof_gdump.c \
DAndroid.bp214 "test/unit/prof_gdump.c",
DMakefile.in153 $(srcroot)test/unit/prof_gdump.c \
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt398 prof_gdump
Dprof.h301 void prof_gdump(void);
Dprivate_namespace.h400 #define prof_gdump JEMALLOC_N(prof_gdump) macro
Dprivate_unnamespace.h400 #undef prof_gdump
/external/jemalloc/src/
Dstats.c529 OPT_WRITE_BOOL(prof_gdump) in stats_print()
Dprof.c305 prof_gdump(); in prof_leave()
1658 prof_gdump(void) in prof_gdump() function
Dchunk.c162 prof_gdump(); in chunk_register()
Dctl.c151 CTL_PROTO(prof_gdump)
372 {NAME("gdump"), CTL(prof_gdump)},
/external/jemalloc/test/unit/
Dmallctl.c185 TEST_MALLCTL_OPT(bool, prof_gdump, prof); in TEST_BEGIN()