From owner-freebsd-hackers Tue Oct 2 14: 7:31 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from softcon.mail.net (softcon.mail.net [209.47.5.37]) by hub.freebsd.org (Postfix) with ESMTP id 22FF937B403 for ; Tue, 2 Oct 2001 14:07:25 -0700 (PDT) Received: from xwave.com (saturn.mail.net [209.47.5.34]) by softcon.mail.net (8.11.3/8.11.3) with ESMTP id f92L5I051884 for ; Tue, 2 Oct 2001 17:05:18 -0400 (EDT) (envelope-from Dwayne.MacKinnon@xwave.com) Message-ID: <3BBA29C0.5E125DAF@xwave.com> Date: Tue, 02 Oct 2001 16:55:28 -0400 From: Dwayne Reply-To: Dwayne.MacKinnon@xwave.com Organization: xwave X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Memory allocation question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm creating an app where I want to use memory to store data so I can get at it quickly. The problem is, I can't afford the delays that would occur if the memory gets swapped out. Is there any way in FreeBSD to allocate memory so that the VM system won't swap it out? Thanks, DMK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message