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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4a5f04fa4207fc8e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-24 07:07:03 PST From: "Dmitriy Anisimkov" Newsgroups: comp.lang.ada Subject: memory pool for entire ada program Date: Fri, 24 Aug 2001 20:10:38 +0600 Organization: A poorly-installed InterNetNews site Distribution: world Message-ID: <9m5jod$o8o$1@ns.omskelecom.ru> NNTP-Posting-Host: 195.162.53.2 X-Trace: ns.omskelecom.ru 998658637 24856 195.162.53.2 (24 Aug 2001 13:10:37 GMT) X-Complaints-To: usenet@ns.omskelecom.ru NNTP-Posting-Date: Fri, 24 Aug 2001 13:10:37 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sunqbc.risq.qc.ca!mtu.ru!news2.aha.ru!news.rosprint.net!radius!not-for-mail Xref: archiver1.google.com comp.lang.ada:12381 Date: 2001-08-24T20:10:38+06:00 List-Id: Is it possable to set default memory pool in the GNAT ? Do I have to rebuild run-time library sources for this ? I need to know where is the memory leak, in the ada code or in the C library, used in my program. If i could change default storage pool, I could see is that memory leak in my ada part or not. Thanks.