aboutsummaryrefslogtreecommitdiffstats
path: root/lib/genalloc.c
diff options
context:
space:
mode:
authorJoonsoo Kim <[email protected]>2014-10-09 22:26:24 +0000
committerLinus Torvalds <[email protected]>2014-10-10 02:25:51 +0000
commit12220dea07f1ac6ac717707104773d771c3f3077 (patch)
tree5d12f754560c7b06e6d1bda9cf29000765fe921f /lib/genalloc.c
parentmm/slab_common: commonize slab merge logic (diff)
downloadkernel-12220dea07f1ac6ac717707104773d771c3f3077.tar.gz
kernel-12220dea07f1ac6ac717707104773d771c3f3077.zip
mm/slab: support slab merge
Slab merge is good feature to reduce fragmentation. If new creating slab have similar size and property with exsitent slab, this feature reuse it rather than creating new one. As a result, objects are packed into fewer slabs so that fragmentation is reduced. Below is result of my testing. * After boot, sleep 20; cat /proc/meminfo | grep Slab <Before> Slab: 25136 kB <After> Slab: 24364 kB We can save 3% memory used by slab. For supporting this feature in SLAB, we need to implement SLAB specific kmem_cache_flag() and __kmem_cache_alias(), because SLUB implements some SLUB specific processing related to debug flag and object size change on these functions. Signed-off-by: Joonsoo Kim <[email protected]> Cc: Christoph Lameter <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: David Rientjes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/genalloc.c')
0 files changed, 0 insertions, 0 deletions