C (89/304)

From:Bob Meyers
Date:12 Aug 2000 at 06:59:13
Subject:Re: memory allocation fcns

Jack York wrote:

>
> The only advantage I can see to malloc is the related realloc. Is
> there something similar native to the Amiga that will allow the
> resizing of allocated memory?

Yes, you could look at the MemHeader functions and
structures, and allocate
manage your own local memory.

Bob