Searched refs:TEST_MALLCTL_CONFIG (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/unit/ |
D | mallctl.c | 125 #define TEST_MALLCTL_CONFIG(config, t) do { \ in TEST_BEGIN() macro 134 TEST_MALLCTL_CONFIG(cache_oblivious, bool); in TEST_BEGIN() 135 TEST_MALLCTL_CONFIG(debug, bool); in TEST_BEGIN() 136 TEST_MALLCTL_CONFIG(fill, bool); in TEST_BEGIN() 137 TEST_MALLCTL_CONFIG(lazy_lock, bool); in TEST_BEGIN() 138 TEST_MALLCTL_CONFIG(malloc_conf, const char *); in TEST_BEGIN() 139 TEST_MALLCTL_CONFIG(munmap, bool); in TEST_BEGIN() 140 TEST_MALLCTL_CONFIG(prof, bool); in TEST_BEGIN() 141 TEST_MALLCTL_CONFIG(prof_libgcc, bool); in TEST_BEGIN() 142 TEST_MALLCTL_CONFIG(prof_libunwind, bool); in TEST_BEGIN() [all …]
|