提交 37291458 编写于 作者: M Matt Mackall 提交者: Linus Torvalds

slob: correct Kconfig description

Signed-off-by: NMatt Mackall <mpm@selenic.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 20cecbae
...@@ -656,11 +656,9 @@ config SLOB ...@@ -656,11 +656,9 @@ config SLOB
depends on EMBEDDED depends on EMBEDDED
bool "SLOB (Simple Allocator)" bool "SLOB (Simple Allocator)"
help help
SLOB replaces the SLAB allocator with a drastically simpler SLOB replaces the stock allocator with a drastically simpler
allocator. SLOB is more space efficient than SLAB but does not allocator. SLOB is generally more space efficient but
scale well (single lock for all operations) and is also highly does not perform as well on large systems.
susceptible to fragmentation. SLUB can accomplish a higher object
density. It is usually better to use SLUB instead of SLOB.
endchoice endchoice
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册