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,fe0d58e5e40e10c7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny08.POSTED!c2bfcbcf!not-for-mail Newsgroups: comp.lang.ada Subject: Re: many exceptions cause memory leak? References: Message-ID: From: "Ed Falis" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit User-Agent: Opera M2/8.50 (Linux, build 1358) Date: Fri, 21 Oct 2005 18:13:23 GMT NNTP-Posting-Host: 70.22.141.207 X-Complaints-To: abuse@verizon.net X-Trace: trndny08 1129918403 70.22.141.207 (Fri, 21 Oct 2005 14:13:23 EDT) NNTP-Posting-Date: Fri, 21 Oct 2005 14:13:23 EDT Xref: g2news1.google.com comp.lang.ada:5861 Date: 2005-10-21T18:13:23+00:00 List-Id: On Fri, 21 Oct 2005 13:59:36 -0400, Robert Klungle wrote: > We were told by the compiler vendor this was done to > improve the dynamic memory allocation performance. Take it for what it is > worth. Sounds like an old Alsys compiler that grabbed large chunks of memory, then managed the allocated chunks as the application's heap. This as opposed to using malloc directly. - Ed