Home | History | Annotate | Download | only in unit

Lines Matching defs:TEST_MALLCTL_CONFIG

240 TEST_BEGIN(test_mallctl_config) {
241 #define TEST_MALLCTL_CONFIG(config, t) do { \
250 TEST_MALLCTL_CONFIG(cache_oblivious, bool);
251 TEST_MALLCTL_CONFIG(debug, bool);
252 TEST_MALLCTL_CONFIG(fill, bool);
253 TEST_MALLCTL_CONFIG(lazy_lock, bool);
254 TEST_MALLCTL_CONFIG(malloc_conf, const char *);
255 TEST_MALLCTL_CONFIG(prof, bool);
256 TEST_MALLCTL_CONFIG(prof_libgcc, bool);
257 TEST_MALLCTL_CONFIG(prof_libunwind, bool);
258 TEST_MALLCTL_CONFIG(stats, bool);
259 TEST_MALLCTL_CONFIG(utrace, bool);
260 TEST_MALLCTL_CONFIG(xmalloc, bool);
262 #undef TEST_MALLCTL_CONFIG
1247 test_mallctl_config,