Searched refs:prof_gdump (Results 1 – 20 of 20) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 68 void prof_gdump(tsdn_t *tsdn);
|
D | private_namespace.h | 294 #define prof_gdump JEMALLOC_N(prof_gdump) macro
|
D | private_namespace_jet.h | 299 #define prof_gdump JEMALLOC_N(prof_gdump) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 437 prof_gdump
|
D | prof.h | 301 void prof_gdump(tsdn_t *tsdn);
|
D | private_namespace.h | 437 #define prof_gdump JEMALLOC_N(prof_gdump) macro
|
D | private_unnamespace.h | 437 #undef prof_gdump
|
/external/jemalloc/ |
D | Android.bp | 243 "test/unit/prof_gdump.c",
|
D | Makefile.in | 175 $(srcroot)test/unit/prof_gdump.c \
|
/external/jemalloc_new/ |
D | Android.bp | 250 "test/unit/prof_gdump.c",
|
D | Makefile.in | 191 $(srcroot)test/unit/prof_gdump.c \
|
/external/jemalloc/test/unit/ |
D | mallctl.c | 191 TEST_MALLCTL_OPT(bool, prof_gdump, prof); in TEST_BEGIN()
|
/external/jemalloc_new/test/unit/ |
D | mallctl.c | 184 TEST_MALLCTL_OPT(bool, prof_gdump, prof); in TEST_BEGIN()
|
/external/jemalloc/src/ |
D | chunk.c | 164 prof_gdump(tsdn); in chunk_register()
|
D | prof.c | 306 prof_gdump(tsd_tsdn(tsd)); in prof_leave() 1728 prof_gdump(tsdn_t *tsdn) in prof_gdump() function
|
D | stats.c | 752 OPT_WRITE_BOOL(prof_gdump, ",") in stats_general_print()
|
D | ctl.c | 152 CTL_PROTO(prof_gdump) 376 {NAME("gdump"), CTL(prof_gdump)},
|
/external/jemalloc_new/src/ |
D | prof.c | 313 prof_gdump(tsd_tsdn(tsd)); in prof_leave() 1835 prof_gdump(tsdn_t *tsdn) { in prof_gdump() function
|
D | ctl.c | 146 CTL_PROTO(prof_gdump) 385 {NAME("gdump"), CTL(prof_gdump)},
|
D | extent.c | 737 prof_gdump(tsdn); in extent_gdump_add()
|