Date: Mon, 21 Aug 2000 10:34:18 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Leon AT caresystems DOT com DOT au Message-Id: <1438-Mon21Aug2000103418+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <39A14127.23939.1349953@localhost> (Leon@caresystems.com.au) Subject: Re: memory aligning References: <39A14127 DOT 23939 DOT 1349953 AT localhost> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Leon AT caresystems DOT com DOT au > Date: Mon, 21 Aug 2000 14:48:07 +1000 > > hello a while ago i have heard that aligning memory allocation process helps > speed things up... Yes. > 1) what is memory allocation alllllignment If you are asking about malloc, it returns memory aligned on 8-byte boundaries. > 2) how does one do it? Do what?