mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-14 00:46:21 +03:00
Remove unused options in the batched madvise unit tests.
This commit is contained in:
parent
27d7960cf9
commit
1972241cd2
2 changed files with 2 additions and 6 deletions
|
|
@ -37,9 +37,7 @@ static hpa_shard_opts_t test_hpa_shard_opts_default = {
|
|||
/* min_purge_interval_ms */
|
||||
5 * 1000,
|
||||
/* experimental_max_purge_nhp */
|
||||
-1,
|
||||
/* peak_demand_window_ms */
|
||||
0
|
||||
-1
|
||||
};
|
||||
|
||||
static hpa_shard_t *
|
||||
|
|
|
|||
|
|
@ -37,9 +37,7 @@ static hpa_shard_opts_t test_hpa_shard_opts_default = {
|
|||
/* min_purge_interval_ms */
|
||||
5 * 1000,
|
||||
/* experimental_max_purge_nhp */
|
||||
-1,
|
||||
/* peak_demand_window_ms */
|
||||
0
|
||||
-1
|
||||
};
|
||||
|
||||
static hpa_shard_t *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue