Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SLAB
has multiple definitions:
mm/Kconfig
The configuration item CONFIG_SLAB:
CONFIG_SLAB_DEPRECATED
(none)
mm/Kconfig
The configuration item CONFIG_SLAB:
! CONFIG_PREEMPT_RT
The regular slab allocator that is established and known to work well in all environments. It organizes cache hot objects in per cpu and per node queues.
init/Kconfig
The configuration item CONFIG_SLAB:
! CONFIG_PREEMPT_RT
The regular slab allocator that is established and known to work well in all environments. It organizes cache hot objects in per cpu and per node queues.
init/Kconfig
The configuration item CONFIG_SLAB:
( CONFIG_EMBEDDED && ! CONFIG_SMP && ! CONFIG_SPARSEMEM )
Disabling this replaces the advanced SLAB allocator and kmalloc support with the drastically simpler SLOB allocator. SLOB is more space efficient but does not scale well and is more susceptible to fragmentation.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab