]> Zhao Yanbai Git Server - minix.git/commit
VM: simplify slab allocator
authorBen Gras <ben@minix3.org>
Tue, 18 Sep 2012 11:17:50 +0000 (13:17 +0200)
committerBen Gras <ben@minix3.org>
Tue, 18 Sep 2012 11:17:50 +0000 (13:17 +0200)
commit0d1f2e6be2a8154bda983d588799801da0dcfe82
treea02ee68333c05f38b3b9e0ab375dfb941b2f5d9d
parent19e6dad47b1357692065bd233e6c14e721440285
VM: simplify slab allocator

. only keep a list of non-empty, non-full pages with slab objects
. simplifies alloc/free operations and reduces list management overhead
servers/vm/arch/i386/pagetable.c
servers/vm/proto.h
servers/vm/slaballoc.c