From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 17 Jun 2003 19:08:21 -0400 MIME-Version: 1.0 Subject: Re: nmalloc integration issues: memalign, names Message-ID: <3EEF6725.29821.7BD30@localhost> In-reply-to: <3EEF6925.43CCBDBB@phekda.freeserve.co.uk> X-mailer: Pegasus Mail for Windows (v4.11) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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 > memalign is supported by glibc. So is the function valloc, which uses > memalign. I'm assuming that they were added to DJGPP for compatibility with valloc and memalloc were added because at the time g++'s internal garbage collector required either valloc or mmap. I also seem to remember that around that time valloc or mmap became a requirement for gnu smalltalk. Mark