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,96c916e1a76ba9e4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-04 06:44:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Frank Piron Newsgroups: comp.lang.ada Subject: gnatmem does not work (win2K)? Date: Fri, 04 Jul 2003 15:44:27 +0100 Organization: KonAd GmbH Message-ID: <3F0592CB.CD53C24D@konad.de> NNTP-Posting-Host: p508b4b86.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: online.de 1057326244 6261 80.139.75.134 (4 Jul 2003 13:44:04 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Fri, 4 Jul 2003 13:44:04 +0000 (UTC) X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de,en-US Xref: archiver1.google.com comp.lang.ada:40060 Date: 2003-07-04T15:44:27+01:00 List-Id: Hi, i wrote a little package for simple linked lists just for playing with deallocation. The package contains a recursive deallocator function free and a debug message in finalize shows that free works like expected. But when i run > gnatmem list_test.exe then gnatmem says that no memory is deallocated. OS is windows 2000. Any idea? Frank