From owner-freebsd-hackers Mon Nov 30 11:02:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28846 for freebsd-hackers-outgoing; Mon, 30 Nov 1998 11:02:25 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ss1000.ms.mff.cuni.cz (ss1000.ms.mff.cuni.cz [195.113.19.221]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28831 for ; Mon, 30 Nov 1998 11:02:14 -0800 (PST) (envelope-from mkop5230@ss1000.ms.mff.cuni.cz) Received: from beta.ms.mff.cuni.cz (mkop5230@beta.ms.mff.cuni.cz [195.113.16.70]) by ss1000.ms.mff.cuni.cz (8.8.8/8.8.8) with ESMTP id UAA02294 for ; Mon, 30 Nov 1998 20:01:46 +0100 Received: from localhost (mkop5230@localhost) by beta.ms.mff.cuni.cz (8.8.8/8.8.8) with SMTP id TAA08266 for ; Mon, 30 Nov 1998 19:01:46 GMT Date: Mon, 30 Nov 1998 20:01:46 +0100 (MET) From: Milan Kopacka Reply-To: Milan Kopacka To: hackers@FreeBSD.ORG Subject: Kernel memory management Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear hackers, Can somebody point me at some documentation about FreeBSD kernel memory management? I do mean allocating/deallocating memory needed by kernel routines. I need frequent allocating/releasing of fixed length structures. Are the routines zalloc(i)/zfree(i) from vm/vm_zone.c the right way of doing this? They seem promising. :) thank you Milan Kopacka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message