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

/external/jemalloc/test/unit/
H A Dmallctl.c120 #define TEST_MALLCTL_CONFIG(config, t) do { \ macro
129 TEST_MALLCTL_CONFIG(cache_oblivious, bool);
130 TEST_MALLCTL_CONFIG(debug, bool);
131 TEST_MALLCTL_CONFIG(fill, bool);
132 TEST_MALLCTL_CONFIG(lazy_lock, bool);
133 TEST_MALLCTL_CONFIG(malloc_conf, const char *);
134 TEST_MALLCTL_CONFIG(munmap, bool);
135 TEST_MALLCTL_CONFIG(prof, bool);
136 TEST_MALLCTL_CONFIG(prof_libgcc, bool);
137 TEST_MALLCTL_CONFIG(prof_libunwin
145 #undef TEST_MALLCTL_CONFIG macro
[all...]

Completed in 92 milliseconds