DragonFly BSD
DragonFly commits List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Feb 2005 13:35:33 -0800 (PST)

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@xxxxxxxxxx>
  
  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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]