Home | History | Annotate | Download | only in unit

Lines Matching defs:TEST_MALLCTL_CONFIG

254 TEST_BEGIN(test_mallctl_config) {
255 #define TEST_MALLCTL_CONFIG(config, t) \
267 TEST_MALLCTL_CONFIG(cache_oblivious, bool);
268 TEST_MALLCTL_CONFIG(debug, bool);
269 TEST_MALLCTL_CONFIG(fill, bool);
270 TEST_MALLCTL_CONFIG(lazy_lock, bool);
271 TEST_MALLCTL_CONFIG(malloc_conf, const char *);
272 TEST_MALLCTL_CONFIG(prof, bool);
273 TEST_MALLCTL_CONFIG(prof_libgcc, bool);
274 TEST_MALLCTL_CONFIG(prof_libunwind, bool);
275 TEST_MALLCTL_CONFIG(prof_frameptr, bool);
276 TEST_MALLCTL_CONFIG(stats, bool);
277 TEST_MALLCTL_CONFIG(utrace, bool);
278 TEST_MALLCTL_CONFIG(xmalloc, bool);
280 #undef TEST_MALLCTL_CONFIG
1474 test_mallctl_config, test_mallctl_opt, test_manpage_example,