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,86ec22e070e319c0 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: How do I get this to work?? Date: 1999/01/18 Message-ID: <77vp5p$ui9$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 434024018 References: <76s0dp$1v4$1@nntp3.uunet.ca> <76tbvv$ba5$1@nntp3.uunet.ca> <770ifd$qui$1@goblin.uunet.ca> <771bl9$sla$1@nnrp1.dejanews.com> <77b9cp$5kh$1@nnrp1.dejanews.com> <77vi4q$o7l$1@nnrp1.dejanews.com> X-Http-Proxy: 1.0 x5.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Mon Jan 18 16:57:35 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-01-18T00:00:00+00:00 List-Id: In article <77vi4q$o7l$1@nnrp1.dejanews.com>, robert_dewar@my-dejanews.com wrote: > In article , > warwicks@telusplanet.net (Chris Warwick) wrote: > > In article , Matthew > Heaney wrote: > > > Of all the Ada compilers I have dealt with, both 83 and > > 95, none deallocate memory to my knowledge (GNAT may, but > > I haven't had need to look). Indeed this is one of the > > first questions I ask when I discover c++ programmers > > using Ada... > > The only instance I know of in commercial Ada compilers > which might give rise to such a peculiar claim is the > old obsolete Alsys 386 compiler, which for local > collections (not very common in practice) delayed the > deallocation till scope exit, but even there to say that > the memory was not deallocated is false. The Nighthawk Ada83 compiler deallocated into its own program-wide pool of memory, which would not ever be given back to the *system* until program termination. Out of the 9 or so Ada compilers I have worked with, that's the only one I know that might qualify. (Unless you count the Alsys SMART compilers, which couldn't allocate either.) T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own