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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8055158949c56618 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-16 06:42:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc01.gnilink.net.POSTED!53ab2750!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <0P_q9.20625$nb.4430@nwrddc02.gnilink.net> Subject: Re: Storage Pools and alloca X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Wed, 16 Oct 2002 13:42:14 GMT NNTP-Posting-Host: 141.157.178.79 X-Complaints-To: abuse@verizon.net X-Trace: nwrddc01.gnilink.net 1034775734 141.157.178.79 (Wed, 16 Oct 2002 09:42:14 EDT) NNTP-Posting-Date: Wed, 16 Oct 2002 09:42:14 EDT Xref: archiver1.google.com comp.lang.ada:29842 Date: 2002-10-16T13:42:14+00:00 List-Id: "Eric G. Miller" wrote in message news:pan.2002.10.16.07.36.41.561696@jps-nospam.net... > Errm, but "alloca" is not a standard C memory mechanism -- even if it is > available on a number of platforms. And "pragma" in C is almost 100% > platform/compiler specific... The "alloca" function falls into the category of a 90% standard function; although it is not required, nearly all platforms provide it. There are a number of functions like this in C; the very useful "strdup" function was not officially part of the standard until 1999.