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=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: newbie: can't read fast enough... :-) memory leaks... Date: Sat, 06 Sep 2014 07:28:43 +0100 Organization: A noiseless patient Spider Message-ID: References: <479b2efe-0238-4b2a-8b05-cb1a0b4a57e5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="523de1ab7c05e00b011ba57e8953fa66"; logging-data="11210"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19F/JrtgNCGdPswaHO+9giYLk6aMbbxnfI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:5vpPd/TxNliyn5q5meM+JshdTkA= sha1:ZvLZAhlp4UFaFl1317sN/+hSm3g= Xref: number.nntp.dca.giganews.com comp.lang.ada:188893 Date: 2014-09-06T07:28:43+01:00 List-Id: anon@att.net writes: > But the "free()" from the C-library or OS links does not fully reclaim > memory and no other program can use this memory until the program > ends. And just how will reworking either of System.*_Pool make any difference to the situation? If anything, you'd be targetting System.Memory. Or free(). Or the way that the OS allocates memory to programs.