summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2022-07-12 12:08:10 -0700
committerQi Wang <interwq@gmail.com>2022-07-14 22:41:27 -0700
commita1c7d9c046c2a90b978dc409d366b89303c96ab6 (patch)
tree13d574881ac4543624be9ff18e932db863806122
parent41a859ef7325569c6c25f92d294d45123bb81355 (diff)
downloadjemalloc-a1c7d9c046c2a90b978dc409d366b89303c96ab6.tar.gz
Add the missing opt.cache_oblivious handling.
-rw-r--r--src/jemalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index 68db1f36..7ccbf8ac 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -1220,6 +1220,7 @@ malloc_conf_init_helper(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS],
CONF_HANDLE_BOOL(opt_abort, "abort")
CONF_HANDLE_BOOL(opt_abort_conf, "abort_conf")
+ CONF_HANDLE_BOOL(opt_cache_oblivious, "cache_oblivious")
CONF_HANDLE_BOOL(opt_trust_madvise, "trust_madvise")
if (strncmp("metadata_thp", k, klen) == 0) {
int m;