KMALLOC_SHIFT_HIGH
#define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++)
NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH *
for (int idx = 0; idx < KMALLOC_SHIFT_HIGH + 1; idx++) {