mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
SEC: Allow arbitrarily many shards, cached sizes.
This commit is contained in:
committed by
David Goldblatt
parent
11beab38bc
commit
36c6bfb963
@@ -1781,7 +1781,7 @@ malloc_init_hard_a0_locked() {
|
||||
opt_hpa = false;
|
||||
}
|
||||
} else if (opt_hpa) {
|
||||
if (pa_shard_enable_hpa(&a0->pa_shard, &opt_hpa_opts,
|
||||
if (pa_shard_enable_hpa(TSDN_NULL, &a0->pa_shard, &opt_hpa_opts,
|
||||
&opt_hpa_sec_opts)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user