Avoid check_min for opt_lg_extent_max_active_fit.
This fixes a compiler warning.
This commit is contained in:
parent
59d9891948
commit
0101d5ebef
@ -1252,7 +1252,7 @@ malloc_conf_init(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS]) {
|
||||
false)
|
||||
CONF_HANDLE_SIZE_T(opt_lg_extent_max_active_fit,
|
||||
"lg_extent_max_active_fit", 0,
|
||||
(sizeof(size_t) << 3), yes, yes, false)
|
||||
(sizeof(size_t) << 3), no, yes, false)
|
||||
|
||||
if (strncmp("percpu_arena", k, klen) == 0) {
|
||||
bool match = false;
|
||||
|
Loading…
Reference in New Issue
Block a user