*参照元 [#ff7772b2] #backlinks *説明 [#p77c7813] -パス: [[linux-2.6.33/init/Kconfig]] -スラブアロケータとして SLUB を使用する。 --多くの環境で良好なパフォーマンスを発揮するらしい。 Linux 2.6.33 のデフォルトアロケータでもある。 --他にも SLAB, SLOB がある。 --他にも 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 usage instead of managing queues of cached objects (SLAB approach). Per cpu caching is realized using slabs of objects instead of queues of objects. SLUB can use memory efficiently and has enhanced diagnostics. SLUB is the default choice for a slab allocator. *コメント [#ca563430]