From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7ec20d43aed6e2c X-Google-Attributes: gid103376,public From: Ehud Lamm Subject: Re: Newbie in distress :-) Date: 1999/10/23 Message-ID: #1/1 X-Deja-AN: 539650115 References: <7urnh6$4ov$1@news2.inter.net.il> <7usf0h$du2$1@ash.prod.itd.earthlink.net> Content-Type: TEXT/PLAIN; charset=US-ASCII X-Complaints-To: usenet@news.huji.ac.il X-Trace: news.huji.ac.il 940691582 17699 132.64.178.45 (23 Oct 1999 15:13:02 GMT) Organization: The Hebrew University of Jerusalem Mime-Version: 1.0 NNTP-Posting-Date: 23 Oct 1999 15:13:02 GMT Newsgroups: comp.lang.ada Date: 1999-10-23T15:13:02+00:00 List-Id: On Sat, 23 Oct 1999, David C. Hoos, Sr. wrote: | |Guy Cohen wrote in message |news:7urnh6$4ov$1@news2.inter.net.il... |How do I free the memory captured by my program by using linked lists at the |end of the program? | | |I will appreciate if someone will send a working example of it. | |All memory "captured" by your program is automatically "freed" or released |when the program terminates. This as well as a reference to using Unchecked_Deallocation was given to the student. The topic is of course also included in the text book. However, if Guy wants to really explore interesting ways of controlling memory allocation/deallocation I would suggest exploring Controlled types and Storage Pools... Ehud Lamm mslamm@mscc.huji.ac.il http://purl.oclc.org/NET/ehudlamm <== My home on the web Check it out and subscribe to the E-List- for interesting essays and more!