看板 DFBSD_commit 關於我們 聯絡資訊
dillon 2005/02/22 13:35:33 PST DragonFly src repository Modified files: sys/vm vm_contig.c vm_page.h Log: Improve the contigmalloc() memory allocator. Fix a starting index bug, fix an endless loop bug (do not retry forever), try harder to clean active pages, and add a third pass. contigmalloc() is still as nasty as it has always been but this improves matters considerably. Submitted-by: Andrew Atrens <atrens@nortel.com> Revision Changes Path 1.13 +67 -25 src/sys/vm/vm_contig.c 1.17 +0 -1 src/sys/vm/vm_page.h http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_contig.c.diff?r1=1.12&r2=1.13&f=u http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_page.h.diff?r1=1.16&r2=1.17&f=u