Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h68 void prof_gdump(tsdn_t *tsdn);
Dprivate_namespace_jet.h299 #define prof_gdump JEMALLOC_N(prof_gdump) macro
Dprivate_namespace.h294 #define prof_gdump JEMALLOC_N(prof_gdump) macro
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt437 prof_gdump
Dprof.h301 void prof_gdump(tsdn_t *tsdn);
Dprivate_namespace.h437 #define prof_gdump JEMALLOC_N(prof_gdump) macro
Dprivate_unnamespace.h437 #undef prof_gdump
/external/jemalloc/
DAndroid.bp243 "test/unit/prof_gdump.c",
DMakefile.in175 $(srcroot)test/unit/prof_gdump.c \
/external/jemalloc_new/
DAndroid.bp250 "test/unit/prof_gdump.c",
DMakefile.in191 $(srcroot)test/unit/prof_gdump.c \
/external/jemalloc/test/unit/
Dmallctl.c191 TEST_MALLCTL_OPT(bool, prof_gdump, prof); in TEST_BEGIN()
/external/jemalloc_new/test/unit/
Dmallctl.c184 TEST_MALLCTL_OPT(bool, prof_gdump, prof); in TEST_BEGIN()
/external/jemalloc/src/
Dchunk.c164 prof_gdump(tsdn); in chunk_register()
Dprof.c306 prof_gdump(tsd_tsdn(tsd)); in prof_leave()
1728 prof_gdump(tsdn_t *tsdn) in prof_gdump() function
Dstats.c752 OPT_WRITE_BOOL(prof_gdump, ",") in stats_general_print()
Dctl.c152 CTL_PROTO(prof_gdump)
376 {NAME("gdump"), CTL(prof_gdump)},
/external/jemalloc_new/src/
Dprof.c313 prof_gdump(tsd_tsdn(tsd)); in prof_leave()
1835 prof_gdump(tsdn_t *tsdn) { in prof_gdump() function
Dctl.c146 CTL_PROTO(prof_gdump)
385 {NAME("gdump"), CTL(prof_gdump)},
Dextent.c737 prof_gdump(tsdn); in extent_gdump_add()