From owner-freebsd-hackers Wed Aug 2 12:26:22 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-42.dsl.snfc21.pacbell.net [63.202.177.42]) by hub.freebsd.org (Postfix) with ESMTP id 80D3937B926; Wed, 2 Aug 2000 12:26:14 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id MAA01443; Wed, 2 Aug 2000 12:37:14 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200008021937.MAA01443@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mike Smith Cc: "Daniel C. Sobral" , chris@calldei.com, freebsd-hackers@freebsd.org Subject: Re: malloc to arrays? In-reply-to: Your message of "Wed, 02 Aug 2000 12:34:09 PDT." <200008021934.MAA01407@mass.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Wed, 02 Aug 2000 12:37:14 -0700 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It's only "clear" insofar as it's "clear" that the code is terrible. Coffee first, critique second. 8) > #define TCPCASH_ROWSIZE 256 > #define TCPCASH_COLSIZE 256 > #define TCPCASH_ADDR(x) ((x) * TCPCASH_ROWSIZE) #define TCPCASH_ADDR(x,y) ((y) * TCPCASH_ROWSIZE + (x)) -- = =2E.. every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message