linux-2.6.33/CONFIG_SLUB
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#ff7772b2]
#backlinks
*説明 [#p77c7813]
-パス: [[linux-2.6.33/init/Kconfig]]
-スラブアロケータとして SLUB を使用する。
--多くの環境で良好なパフォーマンスを発揮するらしい。
Linux 2.6.33 のデフォルトアロケータでもある。
--他にも SLAB, SLOB(組み込み用)がある。
--[[linux-2.6.33/CONFIG_SLAB]]
--[[linux-2.6.33/CONFIG_SLOB]]
**参考 [#a9399059]
*実装 [#f5e618c3]
config SLUB
bool "SLUB (Unqueued Allocator)"
help
SLUB is a slab allocator that minimizes cache line u...
instead of managing queues of cached objects (SLAB a...
Per cpu caching is realized using slabs of objects i...
of queues of objects. SLUB can use memory efficiently
and has enhanced diagnostics. SLUB is the default ch...
a slab allocator.
*コメント [#ca563430]
終了行:
*参照元 [#ff7772b2]
#backlinks
*説明 [#p77c7813]
-パス: [[linux-2.6.33/init/Kconfig]]
-スラブアロケータとして SLUB を使用する。
--多くの環境で良好なパフォーマンスを発揮するらしい。
Linux 2.6.33 のデフォルトアロケータでもある。
--他にも SLAB, SLOB(組み込み用)がある。
--[[linux-2.6.33/CONFIG_SLAB]]
--[[linux-2.6.33/CONFIG_SLOB]]
**参考 [#a9399059]
*実装 [#f5e618c3]
config SLUB
bool "SLUB (Unqueued Allocator)"
help
SLUB is a slab allocator that minimizes cache line u...
instead of managing queues of cached objects (SLAB a...
Per cpu caching is realized using slabs of objects i...
of queues of objects. SLUB can use memory efficiently
and has enhanced diagnostics. SLUB is the default ch...
a slab allocator.
*コメント [#ca563430]
ページ名: