avoid unused variable for some configurations

pull/138/head
Daniel Micay 2021-03-31 12:12:49 -04:00
parent 1d15d34c7e
commit 3952645318
1 changed files with 2 additions and 0 deletions

View File

@ -112,7 +112,9 @@ static const size_t MAX_SLAB_SIZE_CLASS = 131072;
static const size_t max_empty_slabs_total = MAX_SLAB_SIZE_CLASS; static const size_t max_empty_slabs_total = MAX_SLAB_SIZE_CLASS;
#endif #endif
#if SLAB_QUARANTINE && CONFIG_EXTENDED_SIZE_CLASSES
static const size_t min_extended_size_class = 20480; static const size_t min_extended_size_class = 20480;
#endif
static const u32 size_classes[] = { static const u32 size_classes[] = {
/* 0 */ 0, /* 0 */ 0,