POV-Ray : Newsgroups : povray.off-topic : c++ memory question : Re: c++ memory question Server Time
11 Oct 2024 17:47:20 EDT (-0400)
  Re: c++ memory question  
From: Samuel Benge
Date: 3 Oct 2007 17:01:24
Message: <47040324@news.povray.org>
Tim Attwood wrote:
> Memory can be free, but not available, it can
> be fragmented, some other process might
> have put a small amount of data in a big block,
> the block is mostly empty, but is GC later by
> the system after it runs out of fresh memory,
> so after many levels the system packs the
> memory in tighter, and the next GC takes
> longer to be required because the data is
> now assigned to the same blocks instead of
> scattered blocks.
> 

Now that makes sense!


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.