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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e2c96fb2074cb1fa X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 24 Nov 2004 19:10:43 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Wed, 24 Nov 2004 20:10:44 -0500 Message-ID: <2004112420104443658%david@bottoncom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Use of Unchecked_Deallocation and pragma Controlled User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-bWw5bQVfY52VUKGec9MMZEvxYEuduIcAAlEcp2puR4soaqh1XU+eliXnmvAVjDjqLtVy0hsUMkJq1gU!HJTiyXjZb9xdNk8RLsGAb6TXxpSlmGO+ydt4hCsXgks4sWmeH2uyNgqTFqCPVA== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.20 Xref: g2news1.google.com comp.lang.ada:6443 Date: 2004-11-24T20:10:44-05:00 List-Id: On 2004-11-24 18:47:59 -0500, Mark Lorenzen said: > When Unchecked_Deallocation is used to reclaim the storage claimed by > an object, the pragma Controlled must be use to prevent automatic > reclamation (ie. "garbage collection") of storage which would otherwise result > in "double deallocation" of the object. Never used it, not used or practical in most cases. Not sure if jGNAT or A# even support it where garbage collection actually exists. David Botton