如何将 Linux 3.6.6 服务器中的内存分配器更改为 SLOB?

How can I change the memory allocator in a Linux 3.6.6 server to SLOB?

我正在尝试在我的 Linux 内核上使用 SLOB 分配器。我在网上找不到任何资源。

只需打开 CONFIG_SLOB while kernel configuration 而不是 CONFIG_SLABCONFIG_SLUB

阅读更多:1, 2