From owner-freebsd-hackers Mon Nov 9 06:47:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08605 for freebsd-hackers-outgoing; Mon, 9 Nov 1998 06:47:01 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from heathers.stdio.com (heathers.stdio.com [199.89.192.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08600 for ; Mon, 9 Nov 1998 06:46:59 -0800 (PST) (envelope-from lile@stdio.com) Received: from localhost (lile@localhost) by heathers.stdio.com (8.8.8/8.8.8) with SMTP id JAA28014 for ; Mon, 9 Nov 1998 09:49:36 -0500 (EST) (envelope-from lile@heathers.stdio.com) Date: Mon, 9 Nov 1998 09:49:35 -0500 (EST) From: "Larry S. Lile" To: hackers@FreeBSD.ORG Subject: mbuf question 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 Are mbufs allocated below the 16M area? If they are, is it likely to change? Why? Because I am trying to eliminate bcopy's and mallocs in my token-ring driver to gain a little more performance. Larry Lile lile@stdio.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message