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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fc35bf7ba6fca42d,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "fabio de francesco" Newsgroups: comp.lang.ada Subject: "new" word Date: 16 Mar 2005 01:56:20 -0800 Organization: http://groups.google.com Message-ID: <1110966980.482176.111570@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 82.49.51.212 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1110966984 11943 127.0.0.1 (16 Mar 2005 09:56:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 16 Mar 2005 09:56:24 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=82.49.51.212; posting-account=Lp02jQ0AAABMd3TAghNf0TM2YBZqD_JE Xref: g2news1.google.com comp.lang.ada:9464 Date: 2005-03-16T01:56:20-08:00 List-Id: Ciao, While reading "the big online book of Linux Ada programming", by Ken O. Burtch, I stopped at the following assertion (http://www.pegasoft.ca/resources/boblap/13.html): "Usually you allocate memory with the Ada new statement. Where does new get its memory? It uses the standard C library's malloc function." Does really Ada use Libc to implement "new"? Is it true? It seems absurd to me. I don't understand why Ada should depend on a C standard library. Regards, fabio de francesco