KMALLOC_MIN_SIZE 290 include/linux/slab.h #ifndef KMALLOC_MIN_SIZE KMALLOC_MIN_SIZE 302 include/linux/slab.h #define SLAB_OBJ_MIN_SIZE (KMALLOC_MIN_SIZE < 16 ? \ KMALLOC_MIN_SIZE 303 include/linux/slab.h (KMALLOC_MIN_SIZE) : 16) KMALLOC_MIN_SIZE 355 include/linux/slab.h if (size <= KMALLOC_MIN_SIZE) KMALLOC_MIN_SIZE 358 include/linux/slab.h if (KMALLOC_MIN_SIZE <= 32 && size > 64 && size <= 96) KMALLOC_MIN_SIZE 360 include/linux/slab.h if (KMALLOC_MIN_SIZE <= 64 && size > 128 && size <= 192) KMALLOC_MIN_SIZE 575 include/linux/slab.h if (n == 1 && KMALLOC_MIN_SIZE <= 32) KMALLOC_MIN_SIZE 578 include/linux/slab.h if (n == 2 && KMALLOC_MIN_SIZE <= 64) KMALLOC_MIN_SIZE 1192 mm/slab_common.c BUILD_BUG_ON(KMALLOC_MIN_SIZE > 256 || KMALLOC_MIN_SIZE 1193 mm/slab_common.c (KMALLOC_MIN_SIZE & (KMALLOC_MIN_SIZE - 1))); KMALLOC_MIN_SIZE 1195 mm/slab_common.c for (i = 8; i < KMALLOC_MIN_SIZE; i += 8) { KMALLOC_MIN_SIZE 1203 mm/slab_common.c if (KMALLOC_MIN_SIZE >= 64) { KMALLOC_MIN_SIZE 1213 mm/slab_common.c if (KMALLOC_MIN_SIZE >= 128) { KMALLOC_MIN_SIZE 1277 mm/slab_common.c if (KMALLOC_MIN_SIZE <= 32 && i == 6 && KMALLOC_MIN_SIZE 1280 mm/slab_common.c if (KMALLOC_MIN_SIZE <= 64 && i == 7 && KMALLOC_MIN_SIZE 4721 mm/slub.c BUILD_BUG_ON(KMALLOC_MIN_SIZE > 16 || KMALLOC_SHIFT_HIGH < 10);