Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ulowell!cbmvax!higgin From: higgin@cbmvax.UUCP (Paul Higginbottom MKT) Newsgroups: comp.sys.amiga.tech Subject: Re: memalign (can it be simulated?) Message-ID: <5849@cbmvax.UUCP> Date: 30 Jan 89 15:49:11 GMT References: <0164.AA0164@julie> <365@b11.INGR.COM> Reply-To: higgin@cbmvax.UUCP (Paul Higginbottom MKT) Organization: Commodore Technology, West Chester, PA Lines: 9 In article <0164.AA0164@julie> mcr@julie.UUCP (Michael Richardson) writes: > I have discovered that the Manx malloc is a fake - is uses a 40K >arena which is allocated at run time regardless of how much malloc'ing >you intend to do. That limied malloc is through heapmem.o. If you don't link with heapmem.o you use a malloc from the library which does use AllocMem(). Paul.