Lines Matching refs:TEST_MALLCTL_CONFIG
120 #define TEST_MALLCTL_CONFIG(config, t) do { \ in TEST_BEGIN() macro
129 TEST_MALLCTL_CONFIG(cache_oblivious, bool); in TEST_BEGIN()
130 TEST_MALLCTL_CONFIG(debug, bool); in TEST_BEGIN()
131 TEST_MALLCTL_CONFIG(fill, bool); in TEST_BEGIN()
132 TEST_MALLCTL_CONFIG(lazy_lock, bool); in TEST_BEGIN()
133 TEST_MALLCTL_CONFIG(malloc_conf, const char *); in TEST_BEGIN()
134 TEST_MALLCTL_CONFIG(munmap, bool); in TEST_BEGIN()
135 TEST_MALLCTL_CONFIG(prof, bool); in TEST_BEGIN()
136 TEST_MALLCTL_CONFIG(prof_libgcc, bool); in TEST_BEGIN()
137 TEST_MALLCTL_CONFIG(prof_libunwind, bool); in TEST_BEGIN()
138 TEST_MALLCTL_CONFIG(stats, bool); in TEST_BEGIN()
139 TEST_MALLCTL_CONFIG(tcache, bool); in TEST_BEGIN()
140 TEST_MALLCTL_CONFIG(tls, bool); in TEST_BEGIN()
141 TEST_MALLCTL_CONFIG(utrace, bool); in TEST_BEGIN()
142 TEST_MALLCTL_CONFIG(valgrind, bool); in TEST_BEGIN()
143 TEST_MALLCTL_CONFIG(xmalloc, bool); in TEST_BEGIN()
145 #undef TEST_MALLCTL_CONFIG in TEST_BEGIN()