diff options
author | Qi Wang <interwq@gwu.edu> | 2018-06-01 14:45:19 -0700 |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2018-06-29 10:35:02 -0700 |
commit | 1302af4c43e031304b422e36fcbb9e159804e0ac (patch) | |
tree | d5a846552d3cef6ca337a603b8cf98dac885db35 /test | |
parent | 79522b2fc225f709a4ca7503c00f56df5d667160 (diff) |
Add ctl and stats for opt.huge_threshold.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/mallctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mallctl.c b/test/unit/mallctl.c index 4ecf5bd2..b4e01af4 100644 --- a/test/unit/mallctl.c +++ b/test/unit/mallctl.c @@ -164,6 +164,7 @@ TEST_BEGIN(test_mallctl_opt) { TEST_MALLCTL_OPT(const char *, dss, always); TEST_MALLCTL_OPT(unsigned, narenas, always); TEST_MALLCTL_OPT(const char *, percpu_arena, always); + TEST_MALLCTL_OPT(size_t, huge_threshold, always); TEST_MALLCTL_OPT(bool, background_thread, always); TEST_MALLCTL_OPT(ssize_t, dirty_decay_ms, always); TEST_MALLCTL_OPT(ssize_t, muzzy_decay_ms, always); |