Add the config.cache_oblivious mallctl.

This commit is contained in:
Jason Evans
2015-07-17 16:38:25 -07:00
parent 37fd1115c3
commit f2bc85298c
4 changed files with 16 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ TEST_BEGIN(test_mallctl_config)
assert_zu_eq(sz, sizeof(oldval), "Unexpected output size"); \
} while (0)
TEST_MALLCTL_CONFIG(cache_oblivious);
TEST_MALLCTL_CONFIG(debug);
TEST_MALLCTL_CONFIG(fill);
TEST_MALLCTL_CONFIG(lazy_lock);