Date: Fri, 31 May 2002 17:01:52 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: Tom Tang <tangj@cs.ucdavis.edu> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: KLD mmap question Message-ID: <20020531170119.I27663-100000@resnet.uoregon.edu> In-Reply-To: <Pine.LNX.4.33.0205301313230.6952-100000@pc1.cs.ucdavis.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 May 2002, Tom Tang wrote: > Thanks for the reply, I'll check it out. However > if you'll notice in my prev mail, I stated that I was > trying to contigmalloc 4K... Hard to believe that > the system doesnt have 4K lying around. Good point. Contigmallocing a page is pretty silly, since you get a page anyway. Why not just use normal malloc? Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020531170119.I27663-100000>