Linux Kernel Slab Memory Buffer Manager

The source codes of Linux OS are open.When Linux kernel is running,it uses a lot of structural objects,called kernel objects.How to manage the creation,usage and recycle of these objects requires a perfect management mechanism.This paper discusses the theory of Slab memory buffer manager and how to use Slab manager to manage all kinds of kernel objects in Linux kernel.