Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!im4u!rutgers!sri-spam!sri-unix!hplabs!tektronix!reed!nscpdc!joemu From: joemu@nscpdc.UUCP (Joe Mueller) Newsgroups: net.micro.amiga Subject: AllocRemember and friends Message-ID: <624@nscpdc.UUCP> Date: Mon, 3-Nov-86 15:49:08 EST Article-I.D.: nscpdc.624 Posted: Mon Nov 3 15:49:08 1986 Date-Received: Tue, 4-Nov-86 08:29:28 EST Distribution: net Organization: NSC Portland Development Center, Portland Oregon Lines: 11 Is there some way to use AllocRemember and then at some later time free only part of the allocated memory? FreeRemember appears to release all memory associated with a key. It seems like it would be fairly trivial for a function to spin down the linked list of Remember structures to find the particular block of memory to free, unlink and free the memory, and leave the rest of the list intact. I have many applications that could use the AllocRemember function if this functionality was provided by the library. I don't mind writing this routine, but if the library already provides this facility, I'll use it. If not, what's the chance of seeing something like this added to the library?