Carving
Group memory area (called ‘cache’) by kernel data object type
- The Object means any kind of kernel data structure.
- Slab is consists of multiple page frames.

Slab is optimized for each data struct by caching
one cache for each type of object
History
from solaris
after that, de facto

Seonglae Cho