mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +03:00
Implement opt.cache_oblivious.
Keep config.cache_oblivious for now to remain backward-compatible.
This commit is contained in:
parent
8c5e5f50a2
commit
a11be50332
12 changed files with 53 additions and 27 deletions
|
|
@ -47,7 +47,7 @@ TEST_BEGIN(test_large_extent_size) {
|
|||
*/
|
||||
|
||||
sz = sizeof(bool);
|
||||
expect_d_eq(mallctl("config.cache_oblivious", (void *)&cache_oblivious,
|
||||
expect_d_eq(mallctl("opt.cache_oblivious", (void *)&cache_oblivious,
|
||||
&sz, NULL, 0), 0, "Unexpected mallctl failure");
|
||||
|
||||
sz = sizeof(unsigned);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue