*参照元 [#ff7772b2]
#backlinks

*説明 [#p77c7813]
-パス: [[linux-2.6.33/init/Kconfig]]

-スラブアロケータとして SLOB を使用する。
--組み込み用途のシンプルなアロケータである。
--他にも SLAB, SLUB(デフォルト)がある。
--[[linux-2.6.33/CONFIG_SLAB]]
--[[linux-2.6.33/CONFIG_SLUB]]


**参考 [#a9399059]


*実装 [#f5e618c3]
 config SLOB
 	depends on EMBEDDED
 	bool "SLOB (Simple Allocator)"
 	help
 	   SLOB replaces the stock allocator with a drastically simpler
 	   allocator. SLOB is generally more space efficient but
 	   does not perform as well on large systems.


*コメント [#ca563430]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS