Searched defs:TEST_MALLCTL_CONFIG (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/unit/
H A Dmallctl.c125 #define TEST_MALLCTL_CONFIG(config, t) do { \ macro
134 TEST_MALLCTL_CONFIG(cache_oblivious, bool);
135 TEST_MALLCTL_CONFIG(debug, bool);
136 TEST_MALLCTL_CONFIG(fill, bool);
137 TEST_MALLCTL_CONFIG(lazy_lock, bool);
138 TEST_MALLCTL_CONFIG(malloc_conf, const char *);
139 TEST_MALLCTL_CONFIG(munmap, bool);
140 TEST_MALLCTL_CONFIG(prof, bool);
141 TEST_MALLCTL_CONFIG(prof_libgcc, bool);
142 TEST_MALLCTL_CONFIG(prof_libunwin
150 #undef TEST_MALLCTL_CONFIG macro
[all...]

Completed in 415 milliseconds