HomeSort by: relevance | last modified time | path
    Searched defs:TEST_MALLCTL_CONFIG (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c 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)
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
mallctl.c 254 TEST_BEGIN(test_mallctl_config) {
255 #define TEST_MALLCTL_CONFIG(config, t) \
267 TEST_MALLCTL_CONFIG(cache_oblivious, bool);
268 TEST_MALLCTL_CONFIG(debug, bool);
269 TEST_MALLCTL_CONFIG(fill, bool);
270 TEST_MALLCTL_CONFIG(lazy_lock, bool);
271 TEST_MALLCTL_CONFIG(malloc_conf, const char *);
272 TEST_MALLCTL_CONFIG(prof, bool);
273 TEST_MALLCTL_CONFIG(prof_libgcc, bool);
274 TEST_MALLCTL_CONFIG(prof_libunwind, bool)
    [all...]

Completed in 14 milliseconds