From: | Allan Odgaard |
Date: | 26 Aug 2000 at 10:30:33 |
Subject: | Re: Freeing list with Classact |
On 26-Aug-00, Colin Wenzel wrote:
> if( mem = AllocMem( 0x7FFFFFFFL, MEMF_PUBLIC))
> FreeMem(mem, 0x7FFFFFFFL);
uh... no one should initiate a memory flush from within their program
because the data flushed should stay in memory for as long as possible,
as it'll speed up the machine due to no loading of disk resources. And
cached data may also include a disk cache etc.
Regards Allan