summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-07-17 23:38:25 (GMT)
committerJason Evans <jasone@canonware.com>2015-07-17 23:38:25 (GMT)
commitf2bc85298c1cd6f4e95fbbeeb7ccc32ff52a1d8f (patch)
treebddad6b2ae834d0f659d25ad779b49a777f5689c /test
parent37fd1115c38accc319a82f17c0e9262091844cac (diff)
downloadjemalloc-f2bc85298c1cd6f4e95fbbeeb7ccc32ff52a1d8f.zip
jemalloc-f2bc85298c1cd6f4e95fbbeeb7ccc32ff52a1d8f.tar.gz
jemalloc-f2bc85298c1cd6f4e95fbbeeb7ccc32ff52a1d8f.tar.bz2
Add the config.cache_oblivious mallctl.
Diffstat (limited to 'test')
-rw-r--r--test/unit/mallctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mallctl.c b/test/unit/mallctl.c
index 29823a6..31e354c 100644
--- a/test/unit/mallctl.c
+++ b/test/unit/mallctl.c
@@ -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);