mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
Add the config.cache_oblivious mallctl.
This commit is contained in:
parent
37fd1115c3
commit
f2bc85298c
4 changed files with 16 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue