From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 2 Jun 2001 10:06:58 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: realloc patch Message-ID: <3B18BAC2.21715.587E2@localhost> In-reply-to: <7458-Sat02Jun2001140050+0300-eliz@is.elta.co.il> References: <3B11464B DOT 28287 DOT D7FE4 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > However, `realloc_inplace' doesn't use the RET macro (it can't), and > doesn't set that LSB either. It simply returns the block it found > with the size and endsz fields intact. But the block already has its LSB set since its an allocated block already. Mark