Date: Wed, 02 Aug 2000 12:37:14 -0700 From: Mike Smith <msmith@freebsd.org> To: Mike Smith <msmith@freebsd.org> Cc: "Daniel C. Sobral" <dcs@newsguy.com>, chris@calldei.com, freebsd-hackers@freebsd.org Subject: Re: malloc to arrays? Message-ID: <200008021937.MAA01443@mass.osd.bsdi.com> In-Reply-To: Your message of "Wed, 02 Aug 2000 12:34:09 PDT." <200008021934.MAA01407@mass.osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008021937.MAA01443>