From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 16:04:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADDF016A419 for ; Wed, 14 Nov 2007 16:04:39 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtai02.charter.net (mtai02.charter.net [209.225.8.182]) by mx1.freebsd.org (Postfix) with ESMTP id 38F8213C481 for ; Wed, 14 Nov 2007 16:04:38 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aarprv06.charter.net ([10.20.200.76]) by mtai02.charter.net (InterMail vM.7.08.03.00 201-2186-126-20070710) with ESMTP id <20071114160438.SOXL28.mtai02.charter.net@aarprv06.charter.net> for ; Wed, 14 Nov 2007 11:04:38 -0500 Received: from robs-laptop.com ([71.85.241.27]) by aarprv06.charter.net with ESMTP id <20071114160438.JVFM14098.aarprv06.charter.net@robs-laptop.com> for ; Wed, 14 Nov 2007 11:04:38 -0500 Message-ID: <473B1C95.70203@charter.net> Date: Wed, 14 Nov 2007 10:04:37 -0600 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <473A8BC4.6000005@charter.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: FreeBSD cache memory allocation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 16:04:39 -0000 Ivan Voras wrote: > icantthinkofone wrote: > >> Someone I can't stand said this about FreeBSD. Though I know C, I don't >> know anything about it and would love to respond. >> [QUOTE]The kernel is really lacking some features. They need a method to >> set precise type of memory cache but BSD doesn't provide way to specify >> memory cache. >> >> For that reason MS has the beautiful >> MmAllocateContigousMemorySpecifyCache()[/QUOTE] >> > > Well, I know there's contigmalloc(9) in FreeBSD but you will get a > better answer if you ask this question on freebsd-hackers@. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > That's what I thought but not sure if they were equivalent. I'm not signed up over there but I will now. Thanks.