cvs commit: src/sys/vm vm_contig.c vm_page.h

看板DFBSD_commit作者時間21年前 (2005/02/23 06:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #126wke00 (DFBSD_commit)