Date: Tue, 16 Jan 2001 16:19:25 -0500 Message-Id: <200101162119.QAA10885@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3A645C8B.24840.251F08@localhost> (snowball3@bigfoot.com) Subject: Re: memalign & valloc v3 References: <3A645C8B DOT 24840 DOT 251F08 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk One idea about the eight-byte-or-less chunk at the beginning of a malloc'd block is to attach it to the end of the previous block, if there is one.