Michael W Cocke wrote:
Thanks!
Mike-
On Wed, 17 Nov 2004 12:19:27 -0800, you wrote:
yep, it's normal; big/complex messages result in bigger allocations,
and those allocs don't get returned to the OS until the process
exits.
sure, but the freed space should be reused for new allocations.
So why would old instances use more memory than new ones, other than in case of leaks?
By the way, is there any definition of "memory leak" that is different from this situation?