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,902bff0abea1083d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news3.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Why people wants to complicate code with Ada.Unchecked_Deallocation? From: Georg Bauhaus In-Reply-To: <44c7c3d3$0$47958$4fafbaef@reader3.news.tin.it> References: <44c7c3d3$0$47958$4fafbaef@reader3.news.tin.it> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1153943470.4980.19.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Wed, 26 Jul 2006 21:51:11 +0200 NNTP-Posting-Date: 26 Jul 2006 21:48:13 MEST NNTP-Posting-Host: 2eb05900.newsread2.arcor-online.net X-Trace: DXC=`WI[\9o=@Q5U85hF6f;DjW\KbG]kaMHU7^]5?JhlBN]7CWG5i`YSNUUng9_FXZ=C>:=P9Ihe`BH@Z?dZ]MOidE X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:5949 Date: 2006-07-26T21:48:13+02:00 List-Id: On Wed, 2006-07-26 at 21:34 +0200, fabio de francesco wrote: > "If storage for allocated object > is plentiful,... > Does it mean that, for safety sake, programmers should not care about memory > consumption? A program, run once an hour, to see how many new items have been added to a database, report the number, and be done, may well leave memory management to the system facilities IMHO. That's safe, too, because I can't pass the wrong pointer to an Unchecked_Deallocation.