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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b32f0a7e92026a28 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-22 03:20:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!newsfeed.stueberl.de!newsfeed.vmunix.org!news-FFM2.ecrc.net!news.iks-jena.de!not-for-mail From: Lutz Donnerhacke Newsgroups: comp.lang.ada Subject: Re: How to do placement new in Ada Date: Wed, 22 Jan 2003 11:20:56 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <3e2df07d$0$33931$bed64819@news.gradwell.net> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1043234456 31666 217.17.192.37 (22 Jan 2003 11:20:56 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Wed, 22 Jan 2003 11:20:56 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:33343 Date: 2003-01-22T11:20:56+00:00 List-Id: * Victor Porton wrote: > Well, it is possible using a global variable of a special storage > pool type and setting the address at which such the allocator > would allocate before every allocation (using a global field > in the allocator), but we know that global variables are bad. If you need a global variable (you do), using a global variable is not bad.