> For the complete documentation index, see [llms.txt](https://richardweiyang-2.gitbook.io/kernel-exploring/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://richardweiyang-2.gitbook.io/kernel-exploring/nei-cun-guan-li/00-memory_a_bottom_up_view/00_slub.md).

# slub分配器

页分配以一个页为最小单位，而在系统运行过程中往往不需要这么大的空间。对于这些内存请求，则有slub完成。

\[slub的理念]\[8]

为了理解，小编还针对各种情况用图来解说，希望能更直观和形象。

\[图解slub]\[9]
