Home
last modified time | relevance | path

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

/external/jemalloc/
DAndroid.mk143 test/unit/prof_gdump.c \
DMakefile.in122 $(srcroot)test/unit/prof_gdump.c \
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt299 prof_gdump
Dprivate_namespace.h299 #define prof_gdump JEMALLOC_N(prof_gdump) macro
Dprof.h231 void prof_gdump(void);
Dprivate_unnamespace.h299 #undef prof_gdump
/external/jemalloc/test/unit/
Dmallctl.c181 TEST_MALLCTL_OPT(bool, prof_gdump, prof); in TEST_BEGIN()
/external/jemalloc/src/
Dchunk.c207 prof_gdump(); in chunk_register()
Dprof.c156 prof_gdump(); in prof_leave()
1184 prof_gdump(void) in prof_gdump() function
Dstats.c405 OPT_WRITE_BOOL(prof_gdump) in stats_print()