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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6b1a1ed8b075945,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!o80g2000hse.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Allocators and exceptions Date: Sun, 09 Sep 2007 00:40:18 -0700 Organization: http://groups.google.com Message-ID: <1189323618.588340.87180@o80g2000hse.googlegroups.com> NNTP-Posting-Host: 85.0.250.16 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" X-Trace: posting.google.com 1189323618 12766 127.0.0.1 (9 Sep 2007 07:40:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 9 Sep 2007 07:40:18 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.1) Gecko/20060317 Firefox/1.5.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o80g2000hse.googlegroups.com; posting-host=85.0.250.16; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1821 Date: 2007-09-09T00:40:18-07:00 List-Id: What happens when during the initialization of the newly allocated object an exception is raised? I cannot find anything in the AARM that covers this case. What I want to find exactly is the *guarantee* that the allocated memory is automatically reclaimed. Any relevant paragraph numbers are highly welcome. -- Maciej Sobczak http://www.msobczak.com/