Re: cvs commit: src/sys/vm vm_phys.c vm_phys.h

2007-06-10 Thread Alan Cox
Alan Cox wrote: Jeff Roberson wrote: On Sun, 10 Jun 2007, Alan Cox wrote: alc 2007-06-10 00:49:16 UTC FreeBSD src repository Added files: sys/vm vm_phys.c vm_phys.h Log: Add a new physical memory allocator. However, do not yet connect it to the build. Can

Re: cvs commit: src/sys/vm vm_phys.c vm_phys.h

2007-06-10 Thread Alan Cox
Jeff Roberson wrote: On Sun, 10 Jun 2007, Alan Cox wrote: alc 2007-06-10 00:49:16 UTC FreeBSD src repository Added files: sys/vm vm_phys.c vm_phys.h Log: Add a new physical memory allocator. However, do not yet connect it to the build. Can you tell us about

Re: cvs commit: src/sys/vm vm_phys.c vm_phys.h

2007-06-09 Thread Jeff Roberson
On Sun, 10 Jun 2007, Alan Cox wrote: alc 2007-06-10 00:49:16 UTC FreeBSD src repository Added files: sys/vm vm_phys.c vm_phys.h Log: Add a new physical memory allocator. However, do not yet connect it to the build. Can you tell us about the time complexity of a

cvs commit: src/sys/vm vm_phys.c vm_phys.h

2007-06-09 Thread Alan Cox
alc 2007-06-10 00:49:16 UTC FreeBSD src repository Added files: sys/vm vm_phys.c vm_phys.h Log: Add a new physical memory allocator. However, do not yet connect it to the build. This allocator uses a binary buddy system with a twist. First and foremos