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.8 required=5.0 tests=BAYES_00,FORGED_MSGID_YAHOO autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c50f57c0c29b391b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!cox.net!news-xfer.cox.net!p01!fed1read03.POSTED!53ab2750!not-for-mail Message-Id: <2001872.III9f6vnvx@yahoo.com> From: alex goldman Subject: Re: memory management Newsgroups: comp.lang.ada References: <1131064.rs72P29t4t@yahoo.com> <3eadnU51CK_eUAjfRVn-hQ@comcast.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Date: Thu, 26 May 2005 11:40:04 -0700 NNTP-Posting-Host: 68.107.102.129 X-Complaints-To: abuse@cox.net X-Trace: fed1read03 1117132862 68.107.102.129 (Thu, 26 May 2005 14:41:02 EDT) NNTP-Posting-Date: Thu, 26 May 2005 14:41:02 EDT Organization: Cox Communications Xref: g2news1.google.com comp.lang.ada:11168 Date: 2005-05-26T11:40:04-07:00 List-Id: Steve wrote: > Unless the access type goes out of scope in which case the memory is > automatically recovered (memory pools and all). > > Steve > (The Duck) I can't unify this statement with what the other two people wrote.