Searched refs:TEST_MALLCTL_CONFIG (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/unit/ |
D | mallctl.c | 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() [all …]
|