Searched refs:prof_gdump (Results 1 – 12 of 12) sorted by relevance
227 test/unit/prof_gdump.c \
214 "test/unit/prof_gdump.c",
153 $(srcroot)test/unit/prof_gdump.c \
398 prof_gdump
301 void prof_gdump(void);
400 #define prof_gdump JEMALLOC_N(prof_gdump) macro
400 #undef prof_gdump
529 OPT_WRITE_BOOL(prof_gdump) in stats_print()
305 prof_gdump(); in prof_leave()1658 prof_gdump(void) in prof_gdump() function
162 prof_gdump(); in chunk_register()
151 CTL_PROTO(prof_gdump)372 {NAME("gdump"), CTL(prof_gdump)},
185 TEST_MALLCTL_OPT(bool, prof_gdump, prof); in TEST_BEGIN()